Skip to content

Commit

Permalink
Merge pull request #106 from KisaragiEffective/bump/0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
KisaragiEffective authored Sep 15, 2024
2 parents 82ff499 + 5748b78 commit b063fc4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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: メインメニューが表示できない場合があるのを修正

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b063fc4

Please sign in to comment.