mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-14 06:19:47 -05:00
2.8 KiB
2.8 KiB
Download
-
for
Unity-2020.3 LTSor later -
for vrm-0.xUniVRM-{version_hash}.unitypackage -
for vrm-1.0VRM-{version_hash}.unitypackage
ReleaseNote
other unitypackage
VRM-0.x API sampleUniVRM_Samples-{version_hash}.unitypackageVRM-1.0 API sampleVRM_Samples-{version_hash}.unitypackage
1.0 development (1.0 開発ドキュメント)
UPM
| UPM package | rename | UPM url |
|---|---|---|
| com.vrmc.vrmshaders | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v{version} | |
| com.vrmc.gltf | com.vrmc.unigltf | 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 | com.vrmc.univrm1 | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v{version} |
// 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}",
///
}}
}}
UPM packages and folders and unitypackage
| UPM package | folder | unitypackage | note |
|---|---|---|---|
| com.vrmc.vrmshaders | Assets/VRMShaders | UniVRM-XXX, VRM-XXX | 0.x and 1.0 shared |
| com.vrmc.gltf | Assets/UniGLTF | UniVRM-XXX, VRM-XXX | 0.x and 1.0 shared |
| com.vrmc.univrm | Assets/VRM | UniVRM-XXX | import/export 0.x |
| com.vrmc.vrm | Assets/VRM10 | VRM-XXX | import/export 1.0 and import 0.x |