Skip to content
This repository was archived by the owner on Jan 1, 2026. It is now read-only.

Commit 0b0d9cc

Browse files
bump: 0.1.22
1 parent 260a663 commit 0b0d9cc

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# 変更履歴
2+
## 0.1.22 (2025-05-01)
3+
* fix: "AAO: Avatar Optimizer" を導入していないプロジェクトでコンパイルエラーになる事象を修正
24

35
## 0.1.21 (2025-04-12)
46
* feat(lilToon): エミッションをエクスポートするようにする

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.21`
37+
4. Type `https://github.com/KisaragiEffective/ResoniteImportHelper.git#0.1.22`
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.21`, so please specify `0.1.21` from a pull-down.
56+
I recommend to use latest non-pre-release version. As of writing, it is `0.1.22`, so please specify `0.1.22` 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.21` が最新のため、それを指定することを推奨します。
34+
既知のバグを避けるため、プレリリースではない最新のバージョンをインストールするようにしてください。執筆時点では `0.1.22` が最新のため、それを指定することを推奨します。
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.21`
53+
`https://github.com/KisaragiEffective/ResoniteImportHelper.git#0.1.22`
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.21",
3+
"version": "0.1.22",
44
"description": "Helper around importing to Resonite",
55
"displayName": "Resonite Import Helper",
66
"unity": "2022.3",

0 commit comments

Comments
 (0)