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 2021.3 LTS or later.
You can install UniVRM using the UnityPackage or the UPM Package.
VRM 1.0 Import/Export
-
via UnityPackage
- Download VRM-0.127.2_e16c.unitypackage
-
via UPM Package
com.vrmc.gltf
com.vrmc.vrm
VRM 0.x Import/Export
-
via UnityPackage
- Download UniVRM-0.127.2_e16c.unitypackage
-
via UPM Package
com.vrmc.gltf
com.vrmc.univrm
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.127.2 |
com.vrmc.univrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.127.2 |
com.vrmc.vrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.127.2 |
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.127.2",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.127.2",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.127.2",
// ...
}
}
Development
Samples
- 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