Skip to content

Commit

Permalink
Merge pull request #235 from KisaragiEffective/bump/0.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
KisaragiEffective authored Nov 29, 2024
2 parents c5834d2 + 6b8a005 commit 11d5abc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# 変更履歴

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

## 0.1.17 (2024-11-14)
* docs: 同じプロジェクトに入れても壊れないことを明記
* docs: Missing Scriptをサポート対象から除外
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ On your project, do following:
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.17`
4. Type `https://github.com/KisaragiEffective/ResoniteImportHelper.git#0.1.18`

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.

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.18-pre.5",
"version": "0.1.18",
"description": "Helper around importing to Resonite",
"displayName": "Resonite Import Helper",
"unity": "2022.3",
Expand Down

0 comments on commit 11d5abc

Please sign in to comment.