Skip to content

Releases: vrm-c/UniVRM

v0.68.2

17 Mar 04:31
2273022
Compare
Choose a tag to compare
v0.68.2 Pre-release
Pre-release

バグを修正しました (Bug Fixes)

以下の順番で呼ぶようにしてください。

            context.EnableUpdateWhenOffscreen();
            context.ShowMeshes();

// Mesh, Material, Texture が context から 移動していなくなるため、👇を最後に呼ぶ
            context.DisposeOnGameObjectDestroyed();

実行順への配慮が要らないようなAPIを検討中です。

関連情報 (Related Information)

v0.68.1

16 Mar 07:34
5b80e2a
Compare
Choose a tag to compare
v0.68.1 Pre-release
Pre-release

バグ修正があります。

https://github.com/vrm-c/UniVRM/releases/tag/v0.68.2

をご利用ください。

v0.68.0

11 Mar 07:35
a7c453b
Compare
Choose a tag to compare
v0.68.0 Pre-release
Pre-release

バグ修正があります。

https://github.com/vrm-c/UniVRM/releases/tag/v0.68.1

をご利用ください。

v0.66.0

03 Feb 07:10
39d54ce
Compare
Choose a tag to compare

対応する Unity version

  • 推奨バージョン Unity-2019.4 LTS (Recommended)

その他のバージョンは Unityのバージョン を参照してください。
UniVRM supports Unity-2018.4 and above. See Unity Version for more information.

詳細はこちら

各バージョンの概要 (Updates Overview for each UniVRM version)
https://vrm.dev/docs/univrm/install/univrm_version/
https://vrm.dev/en/docs/univrm/install/univrm_version/

unitypacakge import について

バージョンアップがうまくいかないときは、前バージョンを uninstall してからお試しください。
If version upgrade didn't go well, try uninstalling the previous version first.

export dialog について

UPM

v0.63.1 で構成変更しました。(meshutility => unigltf)
https://vrm.dev/docs/univrm/gltf/unigltf/
https://vrm.dev/en/docs/univrm/gltf/unigltf/

// manifest.json 抜粋
{
  "dependencies": {
    "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.66.0",
    "com.vrmc.unigltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.66.0",
    "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.66.0",
  }
}

VRM-1.0(Experimental)

  • vrm-1.0 としてエクスポートしたモデルは、vrm-0.x を受け入れるシステムではロードできません

KeyNotFoundException: not vrm0
VRM.VRMImporterContext.ParseJson (System.String json, UniGLTF.IStorage storage) (at Assets/VRM/Runtime/IO/VRMImporterContext.cs:49)

  • 仕様(json部分)が策定中なので今後互換性が無くなる場合があることに注意してください

VRM-1.0 is at experimental stage. Models made by VRM-1.0 cannot be imported into univrm0.xx versions.

// manifest.json 抜粋
{
  "dependencies": {
    "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.66.0",
    "com.vrmc.unigltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.66.0",
    "com.vrmc.univrm1": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.66.0"
  }
}

unitypackage 提供は、JsonSchema が確定したのちに予定しております。

v0.65.2

28 Jan 10:50
5fd62ce
Compare
Choose a tag to compare

UniVRMを組み込んだプログラムをビルドするとエラーになる問題を修正しました。
Fixed compile errors when building a program including UniVRM.

#701

UniVRMを自作のプログラムに組み込む場合に発生する問題です。

その他の詳細は、

https://github.com/vrm-c/UniVRM/releases/tag/v0.65.1
https://github.com/vrm-c/UniVRM/releases/tag/v0.65.0

をご覧ください。

Details about other changes/bug fixes can be found in v0.65.0 release note.

各バージョンの概要 (Updates Overview for each UniVRM version)
https://vrm.dev/docs/univrm/install/univrm_version/
https://vrm.dev/en/docs/univrm/install/univrm_version/

v0.65.1

28 Jan 03:05
cfec160
Compare
Choose a tag to compare

トルコ語のロケールでエクスポートがうまく行かない問題の修正です。
Fixed an issue where exports would fail in the Turkish locale.

#696

他の言語で 0.65.0 をお使いの場合は、更新しなくても問題ありません。

その他の詳細は、

https://github.com/vrm-c/UniVRM/releases/tag/v0.65.0

をご覧ください。

Details about other changes/bug fixes can be found in v0.65.0 release note.

v0.65.0

26 Jan 04:07
4e4cc11
Compare
Choose a tag to compare

対応する Unity version

  • 推奨バージョン Unity-2019.4 LTS (Recommended)

その他のバージョンは Unityのバージョン を参照してください。
UniVRM supports Unity-2018.4 and above. See Unity Version for more information.

詳細はこちら

unitypacakge import について

バージョンアップがうまくいかないときは、前バージョンを uninstall してからお試しください。
If version upgrade didn't go well, try uninstalling the previous version first.

export dialog について

UPM

v0.63.1 で構成変更しました。(meshutility => unigltf)
https://vrm.dev/docs/univrm/gltf/unigltf/
https://vrm.dev/en/docs/univrm/gltf/unigltf/

// manifest.json 抜粋
{
  "dependencies": {
    "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.65.0",
    "com.vrmc.unigltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.65.0",
    "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.65.0",
  }
}

VRM-1.0(Experimental)

  • vrm-1.0 としてエクスポートしたモデルは、vrm-0.x を受け入れるシステムではロードできません

KeyNotFoundException: not vrm0
VRM.VRMImporterContext.ParseJson (System.String json, UniGLTF.IStorage storage) (at Assets/VRM/Runtime/IO/VRMImporterContext.cs:49)

  • 仕様(json部分)が策定中なので今後互換性が無くなる場合があることに注意してください

VRM-1.0 is at experimental stage. Models made by VRM-1.0 cannot be imported into univrm0.xx versions.

// manifest.json 抜粋
{
  "dependencies": {
    "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.65.0",
    "com.vrmc.unigltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.65.0",
    "com.vrmc.univrm1": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.65.0"
  }
}

unitypackage 提供は、JsonSchema が確定したのちに予定しております。

v0.64.0

15 Jan 05:40
920c169
Compare
Choose a tag to compare

対応する Unity version

  • 推奨バージョン Unity-2019.4 LTS (Recommended)

その他のバージョンは Unityのバージョン を参照してください。
UniVRM supports Unity-2018.4 and above. See Unity Version for more information.

詳細はこちら

unitypacakge import について

バージョンアップがうまくいかないときは、前バージョンを uninstall してからお試しください。
If version upgrade didn't go well, try uninstalling the previous version first.

export dialog について

UPM

v0.63.1 で構成変更しました。(meshutility => unigltf)
https://vrm.dev/docs/univrm/gltf/unigltf/
https://vrm.dev/en/docs/univrm/gltf/unigltf/

// manifest.json 抜粋
{
  "dependencies": {
    "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.64.0",
    "com.vrmc.unigltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.64.0",
    "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.64.0",
  }
}

VRM-1.0(Experimental)

  • vrm-1.0 としてエクスポートしたモデルは、vrm-0.x を受け入れるシステムではロードできません

KeyNotFoundException: not vrm0
VRM.VRMImporterContext.ParseJson (System.String json, UniGLTF.IStorage storage) (at Assets/VRM/Runtime/IO/VRMImporterContext.cs:49)

  • 仕様(json部分)が策定中なので今後互換性が無くなる場合があることに注意してください

VRM-1.0 is at experimental stage. Models made by VRM-1.0 cannot be imported into univrm0.xx versions.

// manifest.json 抜粋
{
  "dependencies": {
    "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.64.0",
    "com.vrmc.unigltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.64.0",
    "com.vrmc.univrm1": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.64.0"
  }
}

unitypackage 提供は、JsonSchema が確定したのちに予定しております。

v0.63.2

08 Jan 04:56
2c190c3
Compare
Choose a tag to compare

v0.63.1 の修正版です。
#654

  • JSON レベルの非互換が発生して、v0.63.1 で作成した VRM が、 v0.62.0 以前の UniVRM でロードできない問題を修正しました。
  • お手数ですが、v0.63.1 でエクスポートしたVRMの v0.63.2 で再エクスポートをお願いいたします。

Fixed errors when importing model made by v0.63.1 into the old UniVRM versions (~v0.62.0). If your VRM model is exported in v0.63.1, please use v0.63.2 to export your model again. Sorry for any inconvenience caused.

対応する Unity version

  • 推奨バージョン Unity-2019.4 LTS (Recommended)

その他のバージョンは Unityのバージョン を参照してください。
UniVRM supports Unity-2018.4 and above. See Unity Version for more information.

詳細はこちら

unitypacakge import について

export dialog について

UPM

v0.63.1 で構成変更しました。(meshutility => unigltf)
https://vrm.dev/docs/univrm/gltf/unigltf/
https://vrm.dev/en/docs/univrm/gltf/unigltf/

// manifest.json 抜粋
{
  "dependencies": {
    "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.63.2",
    "com.vrmc.unigltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.63.2",
    "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.63.2",
  }
}

v0.63.1

07 Jan 04:32
d8d9ff4
Compare
Choose a tag to compare

bug 修正しました。

v0.63.2 をご利用ください。