Skip to content

Commit

Permalink
Merge pull request #78 from KisaragiEffective/bump/0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
KisaragiEffective authored Sep 12, 2024
2 parents 44ce938 + 74a537e commit 0c4d55b
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.7 (2024-09-12)
* fix: `MeshFilter`ではなく`MeshRenderer`を有効にするように
* fix(allocator): `Texture2D`が正常に保存できていなかった問題を修正
* fix: アクティブになっていないオブジェクトの下に理解できるレンダラーがある場合、glTFへの変換に含まれるように
* refactor: 一部プラットフォームでしか利用できない可能性のあるクラスの排除
* fix: backlinkを非Prefabの入力でも生成するように
* feat: VRC Avatar Descriptorが存在し、`Animator`に両目のボーンの参照がない場合、VRC ADの参照をコピーするように
* docs: 上述の機能を記述

## 0.1.6 (2024-09-12)
* fix: lilToon変換を行った時にHarmonyがFormatExceptionをスローし、変換が正常に行われない問題を修正

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.6`
4. Type `https://github.com/KisaragiEffective/ResoniteImportHelper.git#0.1.7`
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.6",
"version": "0.1.7",
"description": "Helper around importing to Resonite",
"displayName": "Resonite Import Helper",
"unity": "2022.3",
Expand Down

0 comments on commit 0c4d55b

Please sign in to comment.