Skip to content

Commit b825967

Browse files
authored
Merge pull request #6 from kxn4t/fix-asmdef
fix: add missing Modular Avatar minimum version requirement
2 parents 46c4374 + 11399fc commit b825967

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGELOG.md

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

1313
## [Unreleased] / [未リリース]
1414

15+
## [0.3.0-rc.2] - 2025-07-13
16+
17+
### Fixed / 修正
18+
19+
- Added missing Modular Avatar minimum version requirement (1.8.0+) to assembly definition
20+
アセンブリ定義に不足していた Modular Avatar 最小バージョン要件(1.8.0以上)を追加
21+
1522
## [0.3.0-rc.1] - 2025-07-13
1623

1724
### Added / 追加

Editor/Kanameliser.EditorPlus.Editor.asmdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
{
2323
"name": "nadena.dev.modular-avatar",
24-
"expression": "",
24+
"expression": "1.8.0",
2525
"define": "MODULAR_AVATAR_INSTALLED"
2626
}
2727
],

README.ja.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ UnityおよびVRChatのための便利なエディタ拡張機能セット。
5959
- カラーバリエーションのPrefabから数クリックでメニューアイテムを生成
6060
- 複数のカラーバリエーションPrefabから同時にメニュー生成が可能
6161
- 2つの作成モード:統合型と個別オブジェクト型のMaterial Swapコンポーネント
62-
- [Modular Avatar](https://modular-avatar.nadena.dev/) のインストールが必要
62+
- [Modular Avatar](https://modular-avatar.nadena.dev/ja) 1.8.0以上のインストールが必要
6363
- ヒエラルキー上右クリックメニューからアクセス:`Kanameliser Editor Plus > Copy/Create Material Swap`
6464

6565
### 😀 Missing BlendShape Inserter
@@ -115,6 +115,7 @@ UnityおよびVRChatのための便利なエディタ拡張機能セット。
115115

116116
- Unity 2022.3.22f1以上
117117
- オプション: NDMF(Non-Destructive Modular Framework)でビルドプレビュー機能拡張
118+
- オプション: Modular Avatar 1.8.0以上(Material Swap Helper機能に必要)
118119

119120
## 🤝 貢献
120121

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ If you prefer manual installation:
5959
- Generate menu items from color variation prefabs with just a few clicks
6060
- Support for multiple color variation prefabs to create menus simultaneously
6161
- Two creation modes: unified and per-object Material Swap components
62-
- Requires [Modular Avatar](https://modular-avatar.nadena.dev/) to be installed
62+
- Requires [Modular Avatar](https://modular-avatar.nadena.dev/) 1.8.0 or higher to be installed
6363
- Access via right-click context menu in Hierarchy: `Kanameliser Editor Plus > Copy/Create Material Swap`
6464

6565
### 😀 Missing BlendShape Inserter
@@ -115,6 +115,7 @@ The tool works by updating Animation files to operate on the same BlendShapes ac
115115

116116
- Unity 2022.3.22f1 or higher
117117
- Optional: NDMF (Non-Destructive Modular Framework) for enhanced build preview support
118+
- Optional: Modular Avatar 1.8.0 or higher for Material Swap Helper feature
118119

119120
## 🤝 Contributing
120121

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "net.kanameliser.editor-plus",
3-
"version": "0.3.0-rc.1",
3+
"version": "0.3.0-rc.2",
44
"displayName": "Kanameliser Editor Plus",
55
"description": "A small set of useful Unity & VRChat editor extensions by kxn4t",
66
"unity": "2022.3",

0 commit comments

Comments
 (0)