v0.129.1
Installation
You can install UniVRM using the UnityPackage or the UPM Package.
The UniVRM supports Unity 2022.3 LTS or later.
UnityPackage
Download the unitypackage, and drag and drop it to import the package into your project.
UPM Packages
click to expand
You can install these UPM packages via Package Manager in UnityEditor.
- Open the package manager window:
Window
->Package Manager
- Click
+
at the top-right of the package manager window, then selectAdd package from git URL...
- Specify UPM packages using URLs below.
UPM package | git URL |
---|---|
com.vrmc.gltf | https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.129.1 |
com.vrmc.univrm (VRM 0.x) | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.129.1 |
com.vrmc.vrm (VRM 1.0) | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.129.1 |
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.129.1",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.129.1",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.129.1",
// ...
}
}
Development Samples
click to expand
Release Notes
Warning
from v0.125.0
.
com.vrmc.vrmshaders
is removed.
com.vrmc.vrmshaders
is no longer required in manifest.json.