Skip to content

v0.80.0

Compare
Choose a tag to compare
@ousttrue ousttrue released this 12 Aug 10:23
· 2254 commits to master since this release
b536b51

Stable 安定板 from v0.79.0

パッケージ

unitypackage contents usage
UniVRM0X-*.unitypackage VRM, VRMShaders, UniGLTF VRM
UniVRM0X-samples-*.unitypackage VRM.Samples, StreamingAssets VRM development samples
UniVRM10-*.unitypackage VRM10, VRMShaders, UniGLTF VRM-1.0β
UniVRM10-samples-*.unitypackage VRM10.Samples, UniGLTF.Samples, StreamingAssets VRM-1.0β development samples
  • v0.80.0 から Unity の最低バージョンが Unity-2019.4LTS に更新されます。UnityVersion
  • v0.80.0 から VRM-1.0βのパッケージが提供されます。VRM-1
    • Core(meta, expression, lookat, firstperson, mtoon) が動作します
    • SpringBone UI 開発中
    • Constraint Aimの仕様策定中。Translation, Rotation UI開発中

関連情報 (Related Information)

UPM

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