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 が確定したのちに予定しております。