mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-15 00:48:59 +08:00
Release 1.13.0-alpha.1
This commit is contained in:
parent
c4f3728d5e
commit
59c256704b
@ -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.13.0-alpha.1] - [2025-04-10]
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- [#1552] Merge Blend Treeにて、メインアバターFXレイヤーと同じ名前のintやboolパラメーターがBlend Treeに含まれている場合、
|
- [#1552] Merge Blend Treeにて、メインアバターFXレイヤーと同じ名前のintやboolパラメーターがBlend Treeに含まれている場合、
|
||||||
パラメーター型が修正されない問題を修正
|
パラメーター型が修正されない問題を修正
|
||||||
@ -18,12 +30,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- [#1551] Merge Animatorは、遷移のない単一のstateを持つブレンドツリーのレイヤーに対して常にWDをONに設定します。
|
- [#1551] Merge Animatorは、遷移のない単一のstateを持つブレンドツリーのレイヤーに対して常にWDをONに設定します。
|
||||||
- 一部、以前の挙動に依存したアセットとの互換性を向上させるための変更です。
|
- 一部、以前の挙動に依存したアセットとの互換性を向上させるための変更です。
|
||||||
|
|
||||||
### Removed
|
|
||||||
|
|
||||||
### Security
|
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
|
|
||||||
## [1.13.0-alpha.0] - [2025-04-08]
|
## [1.13.0-alpha.0] - [2025-04-08]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -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.13.0-alpha.1] - [2025-04-10]
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- [#1552] Merge Blend Tree failed to correct parameter types when the main avatar FX layer contained an int or bool
|
- [#1552] Merge Blend Tree failed to correct parameter types when the main avatar FX layer contained an int or bool
|
||||||
parameter with the same name as one used in the blend tree.
|
parameter with the same name as one used in the blend tree.
|
||||||
@ -18,12 +30,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- [#1551] Merge Animator will always set WD ON for single-state blendtree layers with no any state transitions.
|
- [#1551] Merge Animator will always set WD ON for single-state blendtree layers with no any state transitions.
|
||||||
- This fixes compatibility issues with assets which relied on the prior behavior.
|
- This fixes compatibility issues with assets which relied on the prior behavior.
|
||||||
|
|
||||||
### Removed
|
|
||||||
|
|
||||||
### Security
|
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
|
|
||||||
## [1.13.0-alpha.0] - [2025-04-08]
|
## [1.13.0-alpha.0] - [2025-04-08]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "nadena.dev.modular-avatar",
|
"name": "nadena.dev.modular-avatar",
|
||||||
"displayName": "Modular Avatar",
|
"displayName": "Modular Avatar",
|
||||||
"version": "1.13.0-alpha.0",
|
"version": "1.13.0-alpha.1",
|
||||||
"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