■v0.79~v0.99■
Unity-2019.4
最新版をご利用ください
0.80.0
からサポートする Unity の最低バージョンを2019.4LTS
に更新しました。Unity Version。0.80.0
からVRM-1.0β
のパッケージ提供を開始しました。
date | version | 安定性・バグ | 更新内容・備考 |
---|---|---|---|
07/20 | 0.79.0 | pre release 運用終了 | |
08/12 | 0.80.0 | Unity-2019.4LTS 以降 | |
08/20 | 0.81.0 | 3パッケージ構成(UniGLTF, VRM, VRM-1.0beta) | |
09/01 | 0.82.0 | glb の import | URP API |
09/03 | 0.82.1 | URP API |
ReleaseNote
0.80.0
からサポートする Unity の最低バージョンを2019.4LTS
に更新しました。0.80.0
からVRM-1.0β
のパッケージ提供を開始しました。
パッケージ(v0.81~)
unitypackage | folder | contents |
---|---|---|
VRMShaders_UniGLTF | Assets/VRMShaders, Assets/UniGLTF | VRMShaders と UniGLTF |
UniVRM | Assets/VRM | VRM-0.X |
VRM | Assets/VRM10 | VRM-1.0(β) |
+----------++----------+
|UniVRM-0.X||UniVRM-1.0|
+----------++----------+
+----------------------+
| UniGLTF |
+----------------------+
| VRMShaders |
+----------------------+
UPM(v0.81~)
// 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
}
}