Skip to content

v0.85.0

Compare
Choose a tag to compare
@ousttrue ousttrue released this 30 Sep 04:22
· 2656 commits to master since this release
dfd5d6c

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 リリースノート

unitypackagefoldercontents
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",
  }
}