v0.100~ (Unity-2020.3) 最新版をご利用ください¶
ReleaseNote¶
0.100.0
からサポートする Unity の最低バージョンを2020.3LTS
に更新しました。0.104.0
からVRM-1.0
のパッケージ提供を開始しました。
- v0.99.0..v0.100.0: Fix for Unity-2021
- v0.100.0..v0.101.0: Problems with the combination of zero bone weights and root bones
- v0.101.0..v0.102.0: fixed RecalculateNormals
- v0.102.0..v0.103.0: VRM-1.0 RC
- v0.103.0..v0.104.0: vrm-1.0
- v0.105.0: ⚠️ Update SimpleViewer sample
- v0.106.0: Fix IL2CPP error and improve vrm-1.0 API
- v0.107.0: ⚠️ fix Emission
- v0.108.0: Fixed an error when importing directly under Assets
- v0.109.0: experimental VRMC_vrm_animation
パッケージ(v0.100~)¶
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.100~)¶
// manifest.json 抜粋
{
"dependencies": {
"com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.105.0",
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.105.0",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.105.0",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.105.0",
}
}