Skip to content

v0.66.0

Compare
Choose a tag to compare
@ousttrue ousttrue released this 03 Feb 07:10
· 3556 commits to master since this release
39d54ce

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