Skip to content

Commit 33c5f94

Browse files
committed
Upgrade and changelog
1 parent 42224b6 commit 33c5f94

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

com.unity.formats.alembic/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this package will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.4.5] - 2026-04-02
8+
### Changed
9+
- Update deprecated and obsolete APIs available in Unity 6000.4 and above.
10+
711
## [2.4.4] - 2026-01-29
812
### Changed
913
- Signed binaries on Windows and Mac.

com.unity.formats.alembic/ValidationExceptions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"ErrorExceptions": [
2+
"ErrorExceptions": [
33
{
44
"ValidationTest": "Package Unity Version Validation",
55
"ExceptionMessage": "The Unity version requirement is more strict than in the previous version of the package. Increment the minor version of the package to leave patch versions available for previous version. Read more about this error and potential solutions at https://docs.unity3d.com/Packages/com.unity.package-validation-suite@latest/index.html?preview=1&subfolder=/manual/package_unity_version_validation_error.html#the-unity-version-requirement-is-more-strict-than-in-the-previous-version-of-the-package",
6-
"PackageVersion": "2.4.4"
6+
"PackageVersion": "2.4.5"
77
}
88
],
99
"WarningExceptions": []

com.unity.formats.alembic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
],
1717
"name": "com.unity.formats.alembic",
1818
"unity": "2021.3",
19-
"version": "2.4.4"
19+
"version": "2.4.5"
2020
}

0 commit comments

Comments
 (0)