mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-09 22:19:00 +08:00
Release 1.12.3
This commit is contained in:
parent
45b5db46c5
commit
420f9b00b1
@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
### Security
|
||||||
|
|
||||||
|
### Deprecated
|
||||||
|
|
||||||
|
## [1.12.3] - [2025-04-05]
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Additiveレイヤーの問題を修正(NDMFバージョンアップグレードによって修正)
|
- Additiveレイヤーの問題を修正(NDMFバージョンアップグレードによって修正)
|
||||||
|
|
||||||
@ -18,12 +30,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- これにより、1.12で導入された互換性の問題が修正されます(1.12.0では、単一のstateアニメーションクリップに対してWD設定
|
- これにより、1.12で導入された互換性の問題が修正されます(1.12.0では、単一のstateアニメーションクリップに対してWD設定
|
||||||
と一致しないように変更されました)。
|
と一致しないように変更されました)。
|
||||||
|
|
||||||
### Removed
|
|
||||||
|
|
||||||
### Security
|
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
|
|
||||||
## [1.12.2] - [2025-04-03]
|
## [1.12.2] - [2025-04-03]
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -10,12 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fixed issues with additive layers (via NDMF version upgrade)
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- [#1542] Merge Animator now will match WD settings for layers with a single state containing an animation clip,
|
|
||||||
but not if it contains a blend tree. This fixes some compatibility issues introduced in 1.12 (where the behavior
|
|
||||||
was changed to not match WD settings for single-state animation clips).
|
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
@ -23,6 +19,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
||||||
|
## [1.12.3] - [2025-04-05]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fixed issues with additive layers (via NDMF version upgrade)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- [#1542] Merge Animator now will match WD settings for layers with a single state containing an animation clip,
|
||||||
|
but not if it contains a blend tree. This fixes some compatibility issues introduced in 1.12 (where the behavior
|
||||||
|
was changed to not match WD settings for single-state animation clips).
|
||||||
|
|
||||||
## [1.12.2] - [2025-04-03]
|
## [1.12.2] - [2025-04-03]
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -10,6 +10,18 @@ Modular Avatarの主な変更点をこのファイルで記録しています。
|
|||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
### Security
|
||||||
|
|
||||||
|
### Deprecated
|
||||||
|
|
||||||
|
## [1.12.3] - [2025-04-05]
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Additiveレイヤーの問題を修正(NDMFバージョンアップグレードによって修正)
|
- Additiveレイヤーの問題を修正(NDMFバージョンアップグレードによって修正)
|
||||||
|
|
||||||
@ -19,12 +31,6 @@ Modular Avatarの主な変更点をこのファイルで記録しています。
|
|||||||
- これにより、1.12で導入された互換性の問題が修正されます(1.12.0では、単一のstateアニメーションクリップに対してWD設定
|
- これにより、1.12で導入された互換性の問題が修正されます(1.12.0では、単一のstateアニメーションクリップに対してWD設定
|
||||||
と一致しないように変更されました)。
|
と一致しないように変更されました)。
|
||||||
|
|
||||||
### Removed
|
|
||||||
|
|
||||||
### Security
|
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
|
|
||||||
## [1.12.2] - [2025-04-03]
|
## [1.12.2] - [2025-04-03]
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
14
CHANGELOG.md
14
CHANGELOG.md
@ -13,12 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fixed issues with additive layers (via NDMF version upgrade)
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- [#1542] Merge Animator now will match WD settings for layers with a single state containing an animation clip,
|
|
||||||
but not if it contains a blend tree. This fixes some compatibility issues introduced in 1.12 (where the behavior
|
|
||||||
was changed to not match WD settings for single-state animation clips).
|
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
@ -26,6 +22,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
||||||
|
## [1.12.3] - [2025-04-05]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fixed issues with additive layers (via NDMF version upgrade)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- [#1542] Merge Animator now will match WD settings for layers with a single state containing an animation clip,
|
||||||
|
but not if it contains a blend tree. This fixes some compatibility issues introduced in 1.12 (where the behavior
|
||||||
|
was changed to not match WD settings for single-state animation clips).
|
||||||
|
|
||||||
## [1.12.2] - [2025-04-03]
|
## [1.12.2] - [2025-04-03]
|
||||||
|
|
||||||
### 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.2",
|
"version": "1.12.3",
|
||||||
"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