Warning
from v0.125.0
.
com.vrmc.vrmshaders
is removed.
com.vrmc.vrmshaders
is no longer required in manifest.json.
The UniVRM supports Unity ${unity_version} or later.
You can install UniVRM using the UnityPackage or the UPM Package.
-
via UnityPackage
- Download VRM-${version_hash}.unitypackage
-
via UPM Package
com.vrmc.gltf
com.vrmc.vrm
-
via UnityPackage
- Download UniVRM-${version_hash}.unitypackage
-
via UPM Package
com.vrmc.gltf
com.vrmc.univrm
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#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.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}",
// ...
}
}
- via UnityPackage
- VRM 1.0 Development Samples
- VRM 0.x Development Samples
- via UPM Package
- You can find
Samples
in the Package Manager and then submitImport
button.Window
->Package Manager
->Packages: In Project
->VRM-1.0
orVRM
- You can find