v0.84.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.84.0 Release Note
詳細は、UniVRM-0.84.0 リリースノート
packages
unitypackage | folder | UPM package | UPM URL | contents |
---|---|---|---|---|
UniGLTF_VRMShaders | Assets/VRMShaders | com.vrmc.vrmshaders | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.84.0 | UniUnlit, MToon, MToon10, MaterialTexture Import/Export etc |
Assets/UniGLTF | com.vrmc.gltf (rename from unigltf ) |
https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.84.0 | UniGLTF (require VRMShaders) |
|
UniVRM | Assets/VRM | com.vrmc.univrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.84.0 | UniVRM (require UniGLTF_VRMShaders) |
VRM | Assets/VRM10 | com.vrmc.vrm (rename from univrm1) |
https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.84.0 | VRM-1.0beta (require UniGLTF_VRMShaders) |
// manifest.json 抜粋
{
"dependencies": {
"com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.84.0",
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.84.0",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.84.0",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.84.0",
}
}