mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-04-18 03:27:22 -05:00
2.8 KiB
2.8 KiB
Release Notes
Installation
The UniVRM supports Unity 2020.3 LTS or later.
You can install UniVRM using the UnityPackage or the UPM Package.
VRM 1.0 Import/Export
-
via UnityPackage
- Download VRM-{version_hash}.unitypackage
-
via UPM Package
com.vrmc.vrmshaderscom.vrmc.gltfcom.vrmc.vrm
VRM 0.x Import/Export
-
via UnityPackage
- Download UniVRM-{version_hash}.unitypackage
-
via UPM Package
com.vrmc.vrmshaderscom.vrmc.gltfcom.vrmc.univrm
UPM Package Information
You can install these UPM packages via Package Manager -> + -> Add package from git URL... in UnityEditor.
| 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
- via UnityPackage
- VRM 1.0 Development Samples
- VRM 0.x Development Samples
- via UPM Package
- You can find
Samplesin the Package Manager and then submitImportbutton.Window->Package Manager->Packages: In Project->VRM-1.0orVRM
- You can find