Skip to content

v0.116.0

Compare
Choose a tag to compare
@ousttrue ousttrue released this 13 Dec 12:29
· 554 commits to master since this release
0f6c4b1

Warning

v0.116.0 has bug of vrm-0.x normalization. Please use v0.117.0 or later.
#2201

Release Notes

Installation

The UniVRM supports Unity 2021.3 LTS or later.

You can install UniVRM using the UnityPackage or the UPM Package.

VRM 1.0 Import/Export

VRM 0.x Import/Export

UPM Package Information

You can install these UPM packages via Package Manager in UnityEditor.

  • Window -> Package Manager -> + -> Add package from git URL...
UPM package git URL
com.vrmc.vrmshaders https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.116.0
com.vrmc.gltf https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.116.0
com.vrmc.univrm https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.116.0
com.vrmc.vrm https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.116.0

You can also install via editing Packages/manifest.json directly.

// Packages/manifest.json
{
  "dependencies": {
    // ...
    "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.116.0",
    "com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.116.0",
    "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.116.0",
    "com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.116.0",
    // ...
  }
}

Development

Samples

Documentation