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

Commit 11d5abc

Browse files
Merge pull request #235 from KisaragiEffective/bump/0.1.18
2 parents c5834d2 + 6b8a005 commit 11d5abc

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 0.1.18 (2024-11-29)
4+
* chore: リリースにプッシュされるVPM互換クライアント用のZIPファイルのパッケージマニフェストの `repository` フィールドがリリースのタグのHEADをパーマリンクで指すように
5+
* fix: VRChat SDKが入っているがlilToonが入っていない環境でコンパイルエラーが起こるのを修正
6+
* docs: 画像の最適化
7+
* docs: 要求するUniGLTFのバージョンへ飛ぶリンクを固定する
8+
* docs: VPM互換クライアントからインストールする方法を追記
9+
* chore(deps): UniGLTFの要求バージョンを0.125.0から0.128.0へ更新
10+
* 更新後のUIにエラーが表示された場合、そのまま更新できます
11+
* UniVRMをインストールしている場合、UniVRMは自動で更新されないので手動で更新して下さい
12+
* refactor: コンパイル時に出る警告を削減
13+
* feat: プレハブルートのスケールをアーマチュアに適用する試験的設定を追加
14+
* 試験的設定なのでオプト・インしないと有効になりません
15+
* プレハブルートのスケールが2倍、アーマチュアのスケールも2倍なら、アーマチュアのスケールが4倍としてエクスポートされます
16+
317
## 0.1.17 (2024-11-14)
418
* docs: 同じプロジェクトに入れても壊れないことを明記
519
* docs: Missing Scriptをサポート対象から除外

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ On your project, do following:
5959
1. Go to `Window > Package Manager`
6060
2. Click `[+▼]`
6161
3. Select "Add package from Git URL"
62-
4. Type `https://github.com/KisaragiEffective/ResoniteImportHelper.git#0.1.17`
62+
4. Type `https://github.com/KisaragiEffective/ResoniteImportHelper.git#0.1.18`
6363

6464
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.
6565

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.18-pre.5",
3+
"version": "0.1.18",
44
"description": "Helper around importing to Resonite",
55
"displayName": "Resonite Import Helper",
66
"unity": "2022.3",

0 commit comments

Comments
 (0)