Skip to content

v0.94.0: Merge pull request #1467 from ousttrue/fix/add_export_progress

Compare
Choose a tag to compare
@ousttrue ousttrue released this 19 Jan 08:22
· 1517 commits to master since this release
fd33244

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.94.0
com.vrmc.gltf com.vrmc.unigltf https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.94.0
com.vrmc.univrm https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.94.0
com.vrmc.vrm com.vrmc.univrm1 https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.94.0
// manifest.json
{
  "dependencies": {
    ///
    "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.94.0",
    "com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.94.0",
    "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.94.0",
    "com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.94.0",
    ///
  }
}