Skip to content

Commit

Permalink
Merge pull request #84 from KisaragiEffective/bump/0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
KisaragiEffective authored Sep 12, 2024
2 parents 87c06d1 + 5a0c507 commit 76b8eed
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# 変更履歴
## 0.1.8 (2024-09-13)
* fix: lilToon変換を行った際にRendererのMaterialを更新するように
* fix: lilToon変換を行った際に元々のMaterialに上書きされないように
* feat: デバッグのためにglTFに変換する前のモデルを出力できるように
* **試験的機能のため、既定では無効です**
* Experimental Settings から Generate intermediate prefabを有効にしてオプトインする必要があります
* この処理を有効にすると処理時間が若干伸びる場合があります
* refactor: interfaceの整理

## 0.1.7 (2024-09-12)
* fix: `MeshFilter`ではなく`MeshRenderer`を有効にするように
* fix(allocator): `Texture2D`が正常に保存できていなかった問題を修正
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.7`
4. Type `https://github.com/KisaragiEffective/ResoniteImportHelper.git#0.1.8`
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.7",
"version": "0.1.8",
"description": "Helper around importing to Resonite",
"displayName": "Resonite Import Helper",
"unity": "2022.3",
Expand Down

0 comments on commit 76b8eed

Please sign in to comment.