mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-05-13 22:58:59 +08:00
Release 1.12.5
This commit is contained in:
parent
7979891925
commit
24dc3e78bc
@ -10,12 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- [#1558] Merge AnimatorでベースアバターのArmature内のTransformをアニメーションさせると壊れる問題を修正
|
|
||||||
- NDMFの依存バージョンを更新
|
|
||||||
- VRChat Avatar Descriptor内のレイヤーが重複している場合、すべてのアニメーターコンテンツが無視される問題を修正
|
|
||||||
- 起動時に発生する `NullReferenceException` を修正
|
|
||||||
- AnimationIndex内の `NullReferenceException` を修正
|
|
||||||
- アニメーションカーブのパスが複数回書き換えられると削除される問題を修正
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
@ -25,6 +19,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Deprecated
|
### 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]
|
## [1.12.4] - [2025-04-10]
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -10,13 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
### Fixed
|
### 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
|
### Changed
|
||||||
|
|
||||||
@ -26,6 +19,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Deprecated
|
### 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]
|
## [1.12.4] - [2025-04-10]
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -10,6 +10,18 @@ Modular Avatarの主な変更点をこのファイルで記録しています。
|
|||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
### Security
|
||||||
|
|
||||||
|
### Deprecated
|
||||||
|
|
||||||
|
## [1.12.5] - [2025-04-14]
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- [#1555] VRC Animator Play Audioが、Audio Sourceまでの絶対パスで設定されている場合に、相対パスのMerge Animator
|
- [#1555] VRC Animator Play Audioが、Audio Sourceまでの絶対パスで設定されている場合に、相対パスのMerge Animator
|
||||||
コンポーネントとマージされた場合、指定されたオブジェクトが存在しないことを検出し、参照を絶対パスとして扱うように修正
|
コンポーネントとマージされた場合、指定されたオブジェクトが存在しないことを検出し、参照を絶対パスとして扱うように修正
|
||||||
@ -22,14 +34,6 @@ Modular Avatarの主な変更点をこのファイルで記録しています。
|
|||||||
- AnimationIndex内の `NullReferenceException` を修正
|
- AnimationIndex内の `NullReferenceException` を修正
|
||||||
- アニメーションカーブのパスが複数回書き換えられると削除される問題を修正
|
- アニメーションカーブのパスが複数回書き換えられると削除される問題を修正
|
||||||
|
|
||||||
### Changed
|
|
||||||
|
|
||||||
### Removed
|
|
||||||
|
|
||||||
### Security
|
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
|
|
||||||
## [1.12.4] - [2025-04-10]
|
## [1.12.4] - [2025-04-10]
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
20
CHANGELOG.md
20
CHANGELOG.md
@ -12,6 +12,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
### Security
|
||||||
|
|
||||||
|
### Deprecated
|
||||||
|
|
||||||
|
## [1.12.5] - [2025-04-14]
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- [#1555] Fixed compatibility regression from 1.11.x: VRC Animator Play Audio, when configured with an absolute path
|
- [#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
|
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 a NullReferenceException in AnimationIndex
|
||||||
- Fixed an issue where animation curve paths being rewritten multiple times might be deleted
|
- Fixed an issue where animation curve paths being rewritten multiple times might be deleted
|
||||||
|
|
||||||
### Changed
|
|
||||||
|
|
||||||
### Removed
|
|
||||||
|
|
||||||
### Security
|
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
|
|
||||||
## [1.12.4] - [2025-04-10]
|
## [1.12.4] - [2025-04-10]
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "nadena.dev.modular-avatar",
|
"name": "nadena.dev.modular-avatar",
|
||||||
"displayName": "Modular Avatar",
|
"displayName": "Modular Avatar",
|
||||||
"version": "1.12.4",
|
"version": "1.12.5",
|
||||||
"unity": "2022.3",
|
"unity": "2022.3",
|
||||||
"description": "A suite of tools for assembling your avatar out of reusable components",
|
"description": "A suite of tools for assembling your avatar out of reusable components",
|
||||||
"author": {
|
"author": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user