Skip to content

v0.89.0

Compare
Choose a tag to compare
@ousttrue ousttrue released this 09 Nov 07:28
· 2017 commits to master since this release
947094c

Download

v0.87.0 から UniGLTF_VRMShaders と UniVRM が合体してひとつになりました。
From v0.87.0, UniGLTF_VRMShaders and UniVRM have been merged into one.

ReleaseNote

other unitypackage

UniVRM API sample

VRM-1.0Beta

VRM-1.0Beta API sample

package folder
UniVRM Assets/VRMShaders, Assets/UniGLTF, Assets/VRM
UniVRM_Samples Assets/VRM_Samples
VRM Assets/VRMShaders, Assets/UniGLTF, Assets/VRM10
VRM_Samples Assets/VRM10_Samples

UPM

UPM package rename UPM url
com.vrmc.vrmshaders https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.89.0
com.vrmc.gltf com.vrmc.unigltf https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.89.0
com.vrmc.univrm https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.89.0
com.vrmc.vrm com.vrmc.univrm1 https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.89.0
// manifest.json
{
  "dependencies": {
    ///
    "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.89.0",
    "com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.89.0",
    "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.89.0",
    "com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.89.0",
    ///
  }
}