Skip to content

v0.128.0

Latest
Compare
Choose a tag to compare
@ousttrue ousttrue released this 14 Nov 06:45
· 149 commits to master since this release
264a6bc

Release Notes

Warning

from v0.125.0.
com.vrmc.vrmshaders is removed.
com.vrmc.vrmshaders is no longer required in manifest.json.

Installation

The UniVRM supports Unity 2022.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.gltf https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.128.0
com.vrmc.univrm https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.128.0
com.vrmc.vrm https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.128.0

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

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

Development

Samples

Documentation