Skip to content

Commit 7426e87

Browse files
Merge pull request #282 from KisaragiEffective/bump/0.1.21
2 parents de40bcd + bbdd354 commit 7426e87

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# 変更履歴
22

3+
## 0.1.21 (2024-04-12)
4+
* feat(lilToon): エミッションをエクスポートするようにする
5+
* lilToon限定です
6+
* HDR・合成モードはサポートしていません
7+
* 不透明度はサポートしていません。常に不透明なものとしてエクスポートされます
8+
* fix: 一時的なゲームオブジェクトがシーン上に残ったままになる不具合を修正
9+
* feat: "AAO: Avatar Optimizer" のSkinnedMeshRendererをマージする処理を常に無効化
10+
* UniGLTFが抱える可能性のあるメッシュ変換の不具合について回避するための変更となります
11+
312
## 0.1.20 (2024-02-15)
413
* fix: UniVRMがインストールされている場合、ブートストラップ時にUniVRMのバージョンを操作する
514

Documentation~/en/user/getting_started/GETTING_STARTED.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ On your project, do following:
3434
1. Go to `Window > Package Manager`
3535
2. Click `[+▼]`
3636
3. Select "Add package from Git URL"
37-
4. Type `https://github.com/KisaragiEffective/ResoniteImportHelper.git#0.1.20`
37+
4. Type `https://github.com/KisaragiEffective/ResoniteImportHelper.git#0.1.21`
3838

3939
Snippet after `#` specifies revision to be installed. By this configuration, you specify latest tagged version. This is recommended style. Refer [Unity's manual](https://docs.unity3d.com/2022.3/Documentation/Manual/upm-git.html) to customize or install other version.
4040

@@ -53,7 +53,7 @@ The client will request you to feed an URL which points to the repository. Type
5353
> For tech users: GitHub repository is published on <https://github.com/ksrgtech/vpm-repository>.
5454
5555
You might have to wait a moment. After that, find an item with name of "Resonite Import Helper".
56-
I recommend to use latest non-pre-release version. As of writing, it is `0.1.20`, so please specify `0.1.20` from a pull-down.
56+
I recommend to use latest non-pre-release version. As of writing, it is `0.1.21`, so please specify `0.1.21` from a pull-down.
5757

5858
> [!WARNING]
5959
> For advanced users: pre-release is not suitable for your production environment!

Documentation~/ja/user/getting_started/GETTING_STARTED.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ VCC-互換クライアントはVPM-互換レポジトリを追加するために
3131
3232
しばらく待った後に "ksrgtech packages" と書かれたレポジトリが出現するため、VCC-互換クライアントからレポジトリを有効にし、お使いのプロジェクトにインストールします。
3333

34-
既知のバグを避けるため、プレリリースではない最新のバージョンをインストールするようにしてください。執筆時点では `0.1.20` が最新のため、それを指定することを推奨します。
34+
既知のバグを避けるため、プレリリースではない最新のバージョンをインストールするようにしてください。執筆時点では `0.1.21` が最新のため、それを指定することを推奨します。
3535

3636
> [!WARNING]
3737
> 発展的な用法としてプレリリース版をインストールすることも可能ですが、あなたのプロジェクトにインストールすると予期せぬ出来事が起こる原因となる可能性があります。プレリリース版をインストールする際はメインのプロジェクトとは異なるプロジェクトにインストールすることを**強く**推奨します。
@@ -50,7 +50,7 @@ Git をインストールしたら、お使いのプロジェクトを開いて
5050
その後、`[+▼]` のように見えるボタンをクリックし、"Add package from Git URL" と書かれたラベルをクリックします。
5151
そうすると URL を入力するテキストボックスが出てくるので、以下のURLを入力してください。
5252

53-
`https://github.com/KisaragiEffective/ResoniteImportHelper.git#0.1.20`
53+
`https://github.com/KisaragiEffective/ResoniteImportHelper.git#0.1.21`
5454

5555
`#`の後にあるのがインストールされるバージョンです。この推奨される構成を用いることで、執筆時点で公開されている最新のタグ付けされたバージョンを使うことができます。カスタマイズしたい場合、あるいは他のバージョンをインストールしたい場合は [Unity のマニュアル](https://docs.unity3d.com/2022.3/Documentation/Manual/upm-git.html) を参照してください。
5656

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "io.github.kisaragieffective.resonite-import-helper",
3-
"version": "0.1.20",
3+
"version": "0.1.21",
44
"description": "Helper around importing to Resonite",
55
"displayName": "Resonite Import Helper",
66
"unity": "2022.3",

0 commit comments

Comments
 (0)