v0.85.0
for Unity-2019.4.LTS
or later
Install
Import to unity in this order.
この順番で Unity に Import してください。
First
Second
For more information, see UniVRM-0.85.0 Release Note
詳細は、UniVRM-0.85.0 リリースノート
unitypackage | folder | contents |
---|---|---|
UniGLTF_VRMShaders | Assets/VRMShaders | UniUnlit, MToon, MToon10, MaterialTexture Import/Export etc |
Assets/UniGLTF | UniGLTF (require VRMShaders) |
|
UniVRM | Assets/VRM | UniVRM (require UniGLTF_VRMShaders) |
VRM | Assets/VRM10 | VRM-1.0beta (require UniGLTF_VRMShaders) |
UPM
UPM package | rename | UPM url |
---|---|---|
com.vrmc.vrmshaders | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.85.0 | |
com.vrmc.gltf | com.vrmc.unigltf | https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.85.0 |
com.vrmc.univrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.85.0 | |
com.vrmc.vrm | com.vrmc.univrm1 | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.85.0 |
// manifest.json 抜粋
{
"dependencies": {
"com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.85.0",
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.85.0",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.85.0",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.85.0",
}
}