Navigation Menu

Skip to content

v0.62.0

Compare
Choose a tag to compare
@ousttrue ousttrue released this 17 Nov 08:42
· 3711 commits to master since this release
0b7f997

対応する 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

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