File tree Expand file tree Collapse file tree 3 files changed +20
-12
lines changed
Expand file tree Collapse file tree 3 files changed +20
-12
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212### Fixed
1313
1414### Changed
15- - [ #1829 ] ` Sync Parameter Sequence ` が自動的に Library の中にパラメーターを保存するように変わったため、パラメーター
16- アセットの指定が不要になった。
17- - 別々のプラットフォームのパラメーター内容が異なるような結果になる場合はエラーになる。また、主要プラットホーム
18- から他のプラットフォームへの一方通行の同期だけするようになった。
19- - [ #1829 ] TextMeshPro のアセットポストプロセッサを無効化する。これによりビルド・プラットフォーム切り替え時間を短縮できる。
2015
2116### Removed
2217
2318### Security
2419
2520### Deprecated
2621
22+ ## [ 1.16.0-alpha.0] - [ 2025-12-07]
23+
24+ ### Changed
25+ - [ #1829 ] ` Sync Parameter Sequence ` が自動的に Library の中にパラメーターを保存するように変わったため、パラメーター
26+ アセットの指定が不要になった。
27+ - 別々のプラットフォームのパラメーター内容が異なるような結果になる場合はエラーになる。また、主要プラットホーム
28+ から他のプラットフォームへの一方通行の同期だけするようになった。
29+ - [ #1829 ] TextMeshPro のアセットポストプロセッサを無効化する。これによりビルド・プラットフォーム切り替え時間を短縮できる。
30+
2731## [ 1.15.1] - [ 2025-12-06]
2832
2933### Fixed
Original file line number Diff line number Diff line change @@ -13,18 +13,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
1414### Changed
1515
16- - [ #1829 ] ` Sync Parameter Sequence ` will now automatically store parameters under the Unity Library; an expressions
17- parameter asset is no longer required.
18- - Sync Parameter Sequence now also enforces that all platforms have the same parameter contents, and syncs only from
19- primary to secondary platforms.
20- - [ #1829 ] Suppress the TextMeshPro asset postprocessor. This improves build and platform change times in large projects.
21-
2216### Removed
2317
2418### Security
2519
2620### Deprecated
2721
22+ ## [ 1.16.0-alpha.0] - [ 2025-12-07]
23+
24+ ### Changed
25+
26+ - [ #1829 ] ` Sync Parameter Sequence ` will now automatically store parameters under the Unity Library; an expressions
27+ parameter asset is no longer required.
28+ - Sync Parameter Sequence now also enforces that all platforms have the same parameter contents, and syncs only from
29+ primary to secondary platforms.
30+ - [ #1829 ] Suppress the TextMeshPro asset postprocessor. This improves build and platform change times in large projects.
31+
2832## [ 1.15.1] - [ 2025-12-06]
2933
3034### Fixed
Original file line number Diff line number Diff line change 11{
22 "name" : " nadena.dev.modular-avatar" ,
33 "displayName" : " Modular Avatar" ,
4- "version" : " 1.15.1 " ,
4+ "version" : " 1.16.0-alpha.0 " ,
55 "unity" : " 2022.3" ,
66 "description" : " A suite of tools for assembling your avatar out of reusable components" ,
77 "author" : {
You can’t perform that action at this time.
0 commit comments