Skip to content

v0.82.1

Compare
Choose a tag to compare
@ousttrue ousttrue released this 03 Sep 07:13
· 2550 commits to master since this release
1413199

bug 修正

  • GLB の Editor importer の URP と Builtin が逆になっていた(editor importでエラーになる)
  • VRMImporterContext のコンストラクタのAPI更新

Install

for Unity-2019.4.LTS or later

Download from the link below
下方のリンクからダウンロード

  • UniGLTF_VRMShaders-0.82.1_XXXX.unitypackage
  • UniVRM-0.82.1_XXXX.unitypackage

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

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

UPM

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