diff --git a/CHANGELOG.md b/CHANGELOG.md index 8588128..9efd9ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ # 変更履歴 +## 0.1.11 (2024-09-15) +* fix: マテリアルが白くなる現象を修正 + * 「perf: lilToon変換で生成された全てのMaterial Variantを一度にインポートするように」が取り消されました +* refactor: 不必要なマテリアルを完了前に削除する +* build: Assembly Definitionを修正し、AssetBundleをビルドする時に失敗しないように + ## 0.1.10 (2024-09-14) * ui: メインメニューが表示できない場合があるのを修正 diff --git a/README.md b/README.md index c4402db..74ac13a 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Following tools are optional. This tool can invoke their hooks. 1. Go to `Window > Package Manager` 2. Click `[+▼]` 3. Select "Add package from Git URL" - 4. Type `https://github.com/KisaragiEffective/ResoniteImportHelper.git#0.1.10` + 4. Type `https://github.com/KisaragiEffective/ResoniteImportHelper.git#0.1.11` 3. Go to `Tools > Resonite Import Helper`: \ ![UI visual](./Doc~/r1.png) 4. Set processing avatar. diff --git a/package.json b/package.json index 5e5069d..829f3b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "io.github.kisaragieffective.resonite-import-helper", - "version": "0.1.10", + "version": "0.1.11", "description": "Helper around importing to Resonite", "displayName": "Resonite Import Helper", "unity": "2022.3",