Skip to content

Commit

Permalink
(ABC-505) Release 2.4.0 (#595)
Browse files Browse the repository at this point in the history
* Update version to 2.4.0

* Update Win ARM64 dll

* Update documentation to add support of Windows Arm64.

* Update Changelog
  • Loading branch information
thomas-tu authored Mar 15, 2024
1 parent 062b3eb commit e7bdaa5
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
12 changes: 8 additions & 4 deletions com.unity.formats.alembic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,19 @@ All notable changes to this package will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.4.0-pre.1] - 2023-11-07
## [2.4.0] - 2024-03-13
### Added
- Added library for Windows ARM64 platform support.

### Changed
- Updated Alembic to 1.8.5 (was 1.7.16).
- Updated ISPC to 1.21.0 (was 1.14.1).

### Fixed
- Fixed bug where vertex color displayed as black when processing RGB, RGBA, and Normal attributes in the `Face` scope
- Fixed bug causing Editor to crash when a UV attribute is processed in the `Points` or `Face` scope.
- Prevent a NullReferenceException when adding a curve renderer to an Alembic file with non-visible meshes.

### Added
- Add library for Windows ARM64 platform support.

## [2.3.4] - 2023-10-30
### Fixed
- Prevent a NullReferenceException when upgrading a project with URP and Alembic to Unity 2023.3.
Expand Down
2 changes: 1 addition & 1 deletion com.unity.formats.alembic/Documentation~/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ This version of Alembic for Unity is compatible with the following versions of t

### Limitations and known issues

* Alembic for Unity **only supports** the following build targets: **Windows 64-bit**, **macOS X**, and **Linux 64-bit**.
* Alembic for Unity **only supports** the following build targets: **Windows 64-bit/Arm64**, **macOS X**, and **Linux 64-bit**.

See the full list of [limitations and known issues](known-issues.md), which also provides workarounds in some cases.

Expand Down
2 changes: 1 addition & 1 deletion com.unity.formats.alembic/Documentation~/known-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This page lists some known issues and limitations that you might experience with

#### Limited support of build targets

**Limitation:** Alembic for Unity **only supports** the following build targets: **Windows 64-bit**, **MacOS X**, **Linux 64-bit**, and **Stadia**.
**Limitation:** Alembic for Unity **only supports** the following build targets: **Windows 64-bit/Arm64**, **MacOS X**, **Linux 64-bit**, and **Stadia**.

#### Material import/export not supported

Expand Down
Binary file modified com.unity.formats.alembic/Runtime/Plugins/ARM64/abci.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions com.unity.formats.alembic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"com.unity.modules.unityanalytics": "1.0.0",
"com.unity.modules.cloth": "1.0.0"
},
"description": "Import and export Alembic files (.abc), record and stream animations in the Alembic format directly in Unity.\nNOTE: Supported build platforms: only Windows 64, macOS X, and Linux 64.\n\nThe Alembic format is commonly used in animation to transfer facial, cloth, and other simulation between applications in the form of baked data.",
"description": "Import and export Alembic files (.abc), record and stream animations in the Alembic format directly in Unity.\nNOTE: Supported build platforms: only Windows 64-bit/Arm64, macOS X, and Linux 64.\n\nThe Alembic format is commonly used in animation to transfer facial, cloth, and other simulation between applications in the form of baked data.",
"displayName": "Alembic",
"keywords": [
"alembic",
Expand All @@ -16,5 +16,5 @@
],
"name": "com.unity.formats.alembic",
"unity": "2019.4",
"version": "2.4.0-pre.1"
"version": "2.4.0"
}

0 comments on commit e7bdaa5

Please sign in to comment.