Skip to content

Commit

Permalink
Merge pull request #210 from KisaragiEffective/bump/0.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
KisaragiEffective authored Nov 13, 2024
2 parents e994ec3 + 7e66073 commit 0c01b09
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# 変更履歴

## 0.1.17 (2024-11-14)
* docs: 同じプロジェクトに入れても壊れないことを明記
* docs: Missing Scriptをサポート対象から除外
* docs: Missing Shaderをサポート対象から除外
* chore: Microsoft.Unity.Analyzersを導入
* docs: UniGLTFのバージョンを明記
* docs: glTFやNDMFなどへのリンクを追加
* refactor: コンパイル時の警告を一部解決
* fix: 限定された条件下でStandardシェーダーの割当に失敗する現象を修正
* refactor: ロジックをユーティリティクラスへ移動
* feat: **マテリアルの名前を元の名前に近い名前で保存するように**
* refactor: インターフェースを再定義
* refactor: APIの安定性を再定義
* docs: Resoniteが日本において商標の候補として審査されていることを追記
* chore: VRChat Package Manager互換のリリース経路を整備

## 0.1.16 (2024-10-06)
* fix: lilToon以外のMaterialが保存されず、glTFの読み込み時に例外が発生していた問題を修正
* fix: スタンドアロン環境で目のボーンを検知する際に例外が出ないように
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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.16`
4. Type `https://github.com/KisaragiEffective/ResoniteImportHelper.git#0.1.17`

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

0 comments on commit 0c01b09

Please sign in to comment.