Release 1.12.5

This commit is contained in:
nadena.dev release bot 2025-04-14 02:08:36 +00:00
parent 7979891925
commit 24dc3e78bc
5 changed files with 46 additions and 30 deletions

View File

@ -10,12 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
### Fixed
- [#1558] Merge AnimatorでベースアバターのArmature内のTransformをアニメーションさせると壊れる問題を修正
- NDMFの依存バージョンを更新
- VRChat Avatar Descriptor内のレイヤーが重複している場合、すべてのアニメーターコンテンツが無視される問題を修正
- 起動時に発生する `NullReferenceException` を修正
- AnimationIndex内の `NullReferenceException` を修正
- アニメーションカーブのパスが複数回書き換えられると削除される問題を修正
### Changed
@ -25,6 +19,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated
## [1.12.5] - [2025-04-14]
### Fixed
- [#1558] Merge AnimatorでベースアバターのArmature内のTransformをアニメーションさせると壊れる問題を修正
- NDMFの依存バージョンを更新
- VRChat Avatar Descriptor内のレイヤーが重複している場合、すべてのアニメーターコンテンツが無視される問題を修正
- 起動時に発生する `NullReferenceException` を修正
- AnimationIndex内の `NullReferenceException` を修正
- アニメーションカーブのパスが複数回書き換えられると削除される問題を修正
## [1.12.4] - [2025-04-10]
### Fixed

View File

@ -10,13 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
### Fixed
- [#1558] Fixed an issue where Merge Animators animating transforms in the base avatar's armature would break.
- Update NDMF dependency
- Fixed an issue where duplicate layer entries in the VRChat Avatar Descriptor would cause all animator contents
to be ignored.
- Fixed a benign `NullReferenceException` at initialization
- Fixed a NullReferenceException in AnimationIndex
- Fixed an issue where animation curve paths being rewritten multiple times might be deleted
### Changed
@ -26,6 +19,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated
## [1.12.5] - [2025-04-14]
### Fixed
- [#1558] Fixed an issue where Merge Animators animating transforms in the base avatar's armature would break.
- Update NDMF dependency
- Fixed an issue where duplicate layer entries in the VRChat Avatar Descriptor would cause all animator contents
to be ignored.
- Fixed a benign `NullReferenceException` at initialization
- Fixed a NullReferenceException in AnimationIndex
- Fixed an issue where animation curve paths being rewritten multiple times might be deleted
## [1.12.4] - [2025-04-10]
### Fixed

View File

@ -10,6 +10,18 @@ Modular Avatarの主な変更点をこのファイルで記録しています。
### Added
### Fixed
### Changed
### Removed
### Security
### Deprecated
## [1.12.5] - [2025-04-14]
### Fixed
- [#1555] VRC Animator Play Audioが、Audio Sourceまでの絶対パスで設定されている場合に、相対パスのMerge Animator
コンポーネントとマージされた場合、指定されたオブジェクトが存在しないことを検出し、参照を絶対パスとして扱うように修正
@ -22,14 +34,6 @@ Modular Avatarの主な変更点をこのファイルで記録しています。
- AnimationIndex内の `NullReferenceException` を修正
- アニメーションカーブのパスが複数回書き換えられると削除される問題を修正
### Changed
### Removed
### Security
### Deprecated
## [1.12.4] - [2025-04-10]
### Fixed

View File

@ -12,6 +12,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
### Fixed
### Changed
### Removed
### Security
### Deprecated
## [1.12.5] - [2025-04-14]
### Fixed
- [#1555] Fixed compatibility regression from 1.11.x: VRC Animator Play Audio, when configured with an absolute path
but merged with a relative-path merge animator component, will now detect that the indicated object does not
@ -27,14 +39,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed a NullReferenceException in AnimationIndex
- Fixed an issue where animation curve paths being rewritten multiple times might be deleted
### Changed
### Removed
### Security
### Deprecated
## [1.12.4] - [2025-04-10]
### Fixed

View File

@ -1,7 +1,7 @@
{
"name": "nadena.dev.modular-avatar",
"displayName": "Modular Avatar",
"version": "1.12.4",
"version": "1.12.5",
"unity": "2022.3",
"description": "A suite of tools for assembling your avatar out of reusable components",
"author": {