Skip to content

Latest commit

 

History

History
74 lines (56 loc) · 2.83 KB

release_template.md

File metadata and controls

74 lines (56 loc) · 2.83 KB

Release Notes

Installation

The UniVRM supports Unity ${unity_version} 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#v${version}
com.vrmc.gltf https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v${version}
com.vrmc.univrm https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v${version}
com.vrmc.vrm https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v${version}

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#v${version}",
    "com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v${version}",
    "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v${version}",
    "com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v${version}",
    // ...
  }
}

Development

Samples

Documentation