Skip to content

v0.102.0

Compare
Choose a tag to compare
@ousttrue ousttrue released this 20 Jul 04:58
· 1648 commits to master since this release
abb3d38

Download

  • for Unity-2019.4.LTS or later
  • for Unity-2020.3.LTS or later

Since UniVRM-0.100, the minimum version of Unity is 2020.3.LTS .

ReleaseNote

other unitypackage

UniVRM API sample

VRM-1.0Beta

VRM-1.0Beta API sample

package folder
UniVRM Assets/VRMShaders, Assets/UniGLTF, Assets/VRM
UniVRM_Samples Assets/VRM_Samples
VRM Assets/VRMShaders, Assets/UniGLTF, Assets/VRM10
VRM_Samples Assets/VRM10_Samples

UPM

UPM package rename UPM url
com.vrmc.vrmshaders https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.102.0
com.vrmc.gltf com.vrmc.unigltf https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.102.0
com.vrmc.univrm https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.102.0
com.vrmc.vrm com.vrmc.univrm1 https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.102.0
// manifest.json
{
  "dependencies": {
    ///
    "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.102.0",
    "com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.102.0",
    "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.102.0",
    "com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.102.0",
    ///
  }
}