Releases: vrm-c/UniVRM
v0.68.2
バグを修正しました (Bug Fixes)
-
#794 BlendShapeClip の Dispose(Destroy)管理
v0.68.2
-
#790 マテリアルのインポート
v0.68.2
-
#786 マテリアルのインポート
v0.68.1
-
#788 マテリアルのインポート
v0.68.1
-
ランタイムインポート(Runtime import) の記述を訂正しました。
以下の順番で呼ぶようにしてください。
context.EnableUpdateWhenOffscreen();
context.ShowMeshes();
// Mesh, Material, Texture が context から 移動していなくなるため、👇を最後に呼ぶ
context.DisposeOnGameObjectDestroyed();
実行順への配慮が要らないようなAPIを検討中です。
関連情報 (Related Information)
v0.68.1
v0.68.0
v0.66.0
対応する Unity version
- 推奨バージョン Unity-2019.4 LTS (Recommended)
その他のバージョンは Unityのバージョン を参照してください。
UniVRM supports Unity-2018.4 and above. See Unity Version for more information.
詳細はこちら
- (ja) https://github.com/vrm-c/UniVRM/wiki/ReleaseNote-v0.66.0(ja)
- (en) https://github.com/vrm-c/UniVRM/wiki/ReleaseNote-v0.66.0(en)
各バージョンの概要 (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 について
- https://vrm.dev/docs/univrm/install/univrm_install/
- https://vrm.dev/en/docs/univrm/install/univrm_install/
バージョンアップがうまくいかないときは、前バージョンを uninstall してからお試しください。
If version upgrade didn't go well, try uninstalling the previous version first.
- https://vrm.dev/docs/univrm/install/univrm_uninstall/
- https://vrm.dev/en/docs/univrm/install/univrm_uninstall/
export dialog について
- https://vrm.dev/docs/univrm/export/univrm_export/
- https://vrm.dev/en/docs/univrm/export/univrm_export/
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
UniVRMを組み込んだプログラムをビルドするとエラーになる問題を修正しました。
Fixed compile errors when building a program including UniVRM.
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
トルコ語のロケールでエクスポートがうまく行かない問題の修正です。
Fixed an issue where exports would fail in the Turkish locale.
他の言語で 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
対応する Unity version
- 推奨バージョン Unity-2019.4 LTS (Recommended)
その他のバージョンは Unityのバージョン を参照してください。
UniVRM supports Unity-2018.4 and above. See Unity Version for more information.
詳細はこちら
- (ja) https://github.com/vrm-c/UniVRM/wiki/ReleaseNote-v0.65.0(ja)
- (en) https://github.com/vrm-c/UniVRM/wiki/ReleaseNote-v0.65.0(en)
unitypacakge import について
- https://vrm.dev/docs/univrm/install/univrm_install/
- https://vrm.dev/en/docs/univrm/install/univrm_install/
バージョンアップがうまくいかないときは、前バージョンを uninstall してからお試しください。
If version upgrade didn't go well, try uninstalling the previous version first.
- https://vrm.dev/docs/univrm/install/univrm_uninstall/
- https://vrm.dev/en/docs/univrm/install/univrm_uninstall/
export dialog について
- https://vrm.dev/docs/univrm/export/univrm_export/
- https://vrm.dev/en/docs/univrm/export/univrm_export/
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
対応する Unity version
- 推奨バージョン Unity-2019.4 LTS (Recommended)
その他のバージョンは Unityのバージョン を参照してください。
UniVRM supports Unity-2018.4 and above. See Unity Version for more information.
詳細はこちら
- (ja) https://github.com/vrm-c/UniVRM/wiki/ReleaseNote-v0.64.0(ja)
- (en) https://github.com/vrm-c/UniVRM/wiki/ReleaseNote-v0.64.0(en)
unitypacakge import について
- https://vrm.dev/docs/univrm/install/univrm_install/
- https://vrm.dev/en/docs/univrm/install/univrm_install/
バージョンアップがうまくいかないときは、前バージョンを uninstall してからお試しください。
If version upgrade didn't go well, try uninstalling the previous version first.
- https://vrm.dev/docs/univrm/install/univrm_uninstall/
- https://vrm.dev/en/docs/univrm/install/univrm_uninstall/
export dialog について
- https://vrm.dev/docs/univrm/export/univrm_export/
- https://vrm.dev/en/docs/univrm/export/univrm_export/
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
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.
詳細はこちら
- (ja) https://github.com/vrm-c/UniVRM/wiki/ReleaseNote-v0.63.0(ja)
- (en) https://github.com/vrm-c/UniVRM/wiki/ReleaseNote-v0.63.0(en)
unitypacakge import について
- https://vrm.dev/docs/univrm/install/univrm_install/
- https://vrm.dev/en/docs/univrm/install/univrm_install/
export dialog について
- https://vrm.dev/docs/univrm/export/univrm_export/
- https://vrm.dev/en/docs/univrm/export/univrm_export/
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",
}
}