Skip to content

v0.59.0

Compare
Choose a tag to compare
@ousttrue ousttrue released this 01 Sep 07:04
· 3840 commits to master since this release
873aec2

対応する Unity version

  • 2018.4 以降
  • 2019.4 推奨 (Recommended)

詳細はこちら

unitypacakge import について

export dialog について

UPM

0.59.0 から com.vrmc.meshutility が増えました。
Please add the following UPM packages in order:

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