Skip to content

Commit 5f69039

Browse files
author
nadena.dev release bot
committed
Release 1.16.2
1 parent fda5e26 commit 5f69039

File tree

5 files changed

+27
-11
lines changed

5 files changed

+27
-11
lines changed

CHANGELOG-PRERELEASE-jp.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Added
1111

1212
### Fixed
13-
- [#1916] `Mesh Settings` の配下にボーン未設定の `Skinned Mesh Renderer` があると位置がズレる問題を修正
14-
- [#1920] `MA Merge Blend Tree` で非定数のカーブが含まれるクリップを検出する際の誤検出を修正
1513

1614
### Changed
1715

@@ -21,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2119

2220
### Deprecated
2321

22+
## [1.16.2] - [2026-02-11]
23+
24+
### Fixed
25+
- [#1916] `Mesh Settings` の配下にボーン未設定の `Skinned Mesh Renderer` があると位置がズレる問題を修正
26+
- [#1920] `MA Merge Blend Tree` で非定数のカーブが含まれるクリップを検出する際の誤検出を修正
27+
2428
## [1.16.1] - [2026-02-09]
2529

2630
### Added

CHANGELOG-PRERELEASE.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Added
1111

1212
### Fixed
13-
- [#1916] Fixed an issue where a `Skinned Mesh Renderer` under a `Mesh Settings` with no bone weights would potentially
14-
end up in the wrong position.
15-
- [#1920] Fixed false positives in the non-constant curve check
1613

1714
### Changed
1815

@@ -22,6 +19,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2219

2320
### Deprecated
2421

22+
## [1.16.2] - [2026-02-11]
23+
24+
### Fixed
25+
- [#1916] Fixed an issue where a `Skinned Mesh Renderer` under a `Mesh Settings` with no bone weights would potentially
26+
end up in the wrong position.
27+
- [#1920] Fixed false positives in the non-constant curve check
28+
2529
## [1.16.1] - [2026-02-09]
2630

2731
### Added

CHANGELOG-jp.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ Modular Avatarの主な変更点をこのファイルで記録しています。
1111
### Added
1212

1313
### Fixed
14-
- [#1916] `Mesh Settings` の配下にボーン未設定の `Skinned Mesh Renderer` があると位置がズレる問題を修正
15-
- [#1920] `MA Merge Blend Tree` で非定数のカーブが含まれるクリップを検出する際の誤検出を修正
1614

1715
### Changed
1816

@@ -22,6 +20,12 @@ Modular Avatarの主な変更点をこのファイルで記録しています。
2220

2321
### Deprecated
2422

23+
## [1.16.2] - [2026-02-11]
24+
25+
### Fixed
26+
- [#1916] `Mesh Settings` の配下にボーン未設定の `Skinned Mesh Renderer` があると位置がズレる問題を修正
27+
- [#1920] `MA Merge Blend Tree` で非定数のカーブが含まれるクリップを検出する際の誤検出を修正
28+
2529
## [1.16.1] - [2026-02-09]
2630

2731
### Added

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
### Added
1414

1515
### Fixed
16-
- [#1916] Fixed an issue where a `Skinned Mesh Renderer` under a `Mesh Settings` with no bone weights would potentially
17-
end up in the wrong position.
18-
- [#1920] Fixed false positives in the non-constant curve check
1916

2017
### Changed
2118

@@ -25,6 +22,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2522

2623
### Deprecated
2724

25+
## [1.16.2] - [2026-02-11]
26+
27+
### Fixed
28+
- [#1916] Fixed an issue where a `Skinned Mesh Renderer` under a `Mesh Settings` with no bone weights would potentially
29+
end up in the wrong position.
30+
- [#1920] Fixed false positives in the non-constant curve check
31+
2832
## [1.16.1] - [2026-02-09]
2933

3034
### 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.1",
4+
"version": "1.16.2",
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)