File tree Expand file tree Collapse file tree 5 files changed +13
-4
lines changed
Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Original file line number Diff line number Diff 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 / 追加
Original file line number Diff line number Diff line change 2121 },
2222 {
2323 "name": "nadena.dev.modular-avatar",
24- "expression": "",
24+ "expression": "1.8.0 ",
2525 "define": "MODULAR_AVATAR_INSTALLED"
2626 }
2727 ],
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments