Skip to content

Commit 7a36acb

Browse files
author
nadena.dev release bot
committed
Release 1.17.0-beta.0
1 parent bdadd36 commit 7a36acb

File tree

3 files changed

+27
-11
lines changed

3 files changed

+27
-11
lines changed

CHANGELOG-PRERELEASE-jp.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010
### Added
11-
- [#1919] ブレンドシェイプ選択ウィンドウで複数選択に対応(Shape Changer、Blendshape Sync、VF By Shape)
12-
- [#1941] `MA Floor Adjuster` を追加
13-
- [#1915] `MA Bone Proxy``スケールを合わせる` オプションを追加
1411

1512
### Fixed
16-
- [#1936] インスペクターGUIでの `EditorGUI.showMixedValue` が使用後にリセットされない問題を修正しました(他のエディタ拡張に影響を与える可能性がありました)
1713

1814
### Changed
19-
- [#1939] `Merge Motion` における、時間で変動する値がある場合に表示される注意は、ビルド後に現れるリポートからインスペクターUIに移動しました。
2015

2116
### Removed
2217

2318
### Security
2419

2520
### Deprecated
2621

22+
## [1.17.0-beta.0] - [2026-03-04]
23+
24+
### Added
25+
- [#1919] ブレンドシェイプ選択ウィンドウで複数選択に対応(Shape Changer、Blendshape Sync、VF By Shape)
26+
- [#1941] `MA Floor Adjuster` を追加
27+
- [#1915] `MA Bone Proxy``スケールを合わせる` オプションを追加
28+
29+
### Fixed
30+
- [#1936] インスペクターGUIでの `EditorGUI.showMixedValue` が使用後にリセットされない問題を修正しました(他のエディタ拡張に影響を与える可能性がありました)
31+
32+
### Changed
33+
- [#1939] `Merge Motion` における、時間で変動する値がある場合に表示される注意は、ビルド後に現れるリポートからインスペクターUIに移動しました。
34+
2735
## [1.16.3-alpha.1] - [2026-02-23]
2836

2937
### Added

CHANGELOG-PRERELEASE.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010
### Added
11-
- [#1919] Added multi-select support for blendshape picker window (Shape Changer, Blendshape Sync, VF By Shape)
12-
- [#1941] Added `MA Floor Adjuster`
13-
- [#1915] Added `Match scale` option to `MA Bone Proxy`
1411

1512
### Fixed
16-
- [#1936] Fixed `EditorGUI.showMixedValue` not being reset after use in inspector GUIs, which could affect other editor extensions
1713

1814
### Changed
19-
- [#1939] The "non-constant curves" warning now appears only on the `Merge Motion` inspector UI, instead of as part of the build report.
2015

2116
### Removed
2217

2318
### Security
2419

2520
### Deprecated
2621

22+
## [1.17.0-beta.0] - [2026-03-04]
23+
24+
### Added
25+
- [#1919] Added multi-select support for blendshape picker window (Shape Changer, Blendshape Sync, VF By Shape)
26+
- [#1941] Added `MA Floor Adjuster`
27+
- [#1915] Added `Match scale` option to `MA Bone Proxy`
28+
29+
### Fixed
30+
- [#1936] Fixed `EditorGUI.showMixedValue` not being reset after use in inspector GUIs, which could affect other editor extensions
31+
32+
### Changed
33+
- [#1939] The "non-constant curves" warning now appears only on the `Merge Motion` inspector UI, instead of as part of the build report.
34+
2735
## [1.16.3-alpha.1] - [2026-02-23]
2836

2937
### Added

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.16.3-alpha.1",
4+
"version": "1.17.0-beta.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)