Skip to content

v0.83.0

Compare
Choose a tag to compare
@ousttrue ousttrue released this 10 Sep 05:20
· 2914 commits to master since this release
889453a

for Unity-2019.4.LTS or later

Install

Download from the link below

and import to unity in this order.
この順番で Unity に Import してください。

For more information, see UniVRM-0.83.0 Release Note
詳細は、UniVRM-0.83.0 リリースノート

packages

unitypackagefolderUPM packageUPM URLcontents
UniGLTF_VRMShaders Assets/VRMShaders com.vrmc.vrmshaders https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.83.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.83.0 UniGLTF
(require VRMShaders)
UniVRM Assets/VRM com.vrmc.univrm https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.83.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.83.0 VRM-1.0beta
(require UniGLTF_VRMShaders)
// manifest.json 抜粋
{
  "dependencies": {
    "com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.83.0",
    "com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.83.0",
    "com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.83.0",
    "com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.83.0",
  }
}