Skip to content

Commit 51a85fb

Browse files
author
nadena.dev release bot
committed
Release 1.16.0-alpha.0
1 parent b0b6a52 commit 51a85fb

File tree

3 files changed

+20
-12
lines changed

3 files changed

+20
-12
lines changed

CHANGELOG-PRERELEASE-jp.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff 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

CHANGELOG-PRERELEASE.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": {

0 commit comments

Comments
 (0)