mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-04 19:49:02 +08:00
Release 1.12.0-rc.0
This commit is contained in:
parent
e2a02982d5
commit
713a0d3b1d
@ -10,11 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- [#1508] テクスチャのサイズが4の倍数でない場合に、エクスプレッションメニューアイコンの自動圧縮が失敗する問題を修正
|
|
||||||
- [#1513] iOSビルドでエクスプレッションメニューアイコンの圧縮が壊れる問題を修正
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- [#1514] `Merge Blend Tree` は `Merge Motion (Blend Tree)` に改名され、アニメーションクリップにも対応するようになりました
|
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
@ -22,6 +19,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
||||||
|
## [1.12.0-rc.0] - [2025-03-22]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- [#1508] テクスチャのサイズが4の倍数でない場合に、エクスプレッションメニューアイコンの自動圧縮が失敗する問題を修正
|
||||||
|
- [#1513] iOSビルドでエクスプレッションメニューアイコンの圧縮が壊れる問題を修正
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- [#1514] `Merge Blend Tree` は `Merge Motion (Blend Tree)` に改名され、アニメーションクリップにも対応するようになりました
|
||||||
|
|
||||||
## [1.12.0-beta.0] - [2025-03-17]
|
## [1.12.0-beta.0] - [2025-03-17]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -10,12 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- [#1508] Fix an issue where automatic compression of expressions menu icons would fail when the texture dimensions were
|
|
||||||
not divisible by four.
|
|
||||||
- [#1513] Expression menu icon compression broke on iOS builds
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- [#1514] `Merge Blend Tree` is now `Merge Motion (Blend Tree)` and supports merging animation clips as well as blend trees
|
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
@ -23,6 +19,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
||||||
|
## [1.12.0-rc.0] - [2025-03-22]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- [#1508] Fix an issue where automatic compression of expressions menu icons would fail when the texture dimensions were
|
||||||
|
not divisible by four.
|
||||||
|
- [#1513] Expression menu icon compression broke on iOS builds
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- [#1514] `Merge Blend Tree` is now `Merge Motion (Blend Tree)` and supports merging animation clips as well as blend trees
|
||||||
|
|
||||||
## [1.12.0-beta.0] - [2025-03-17]
|
## [1.12.0-beta.0] - [2025-03-17]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "nadena.dev.modular-avatar",
|
"name": "nadena.dev.modular-avatar",
|
||||||
"displayName": "Modular Avatar",
|
"displayName": "Modular Avatar",
|
||||||
"version": "1.12.0-beta.0",
|
"version": "1.12.0-rc.0",
|
||||||
"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