v0.79~ (Unity-2019.4) Latest Version¶
ReleaseNote¶
Updated the lowest supported version of Unity from
0.80.0
to2019.4LTS
.We started to provide the package of
VRM-1.0β
from0.80.0
.
- v0.79.0: Road to 1.0
- v0.80.0: Road to 1.0. Support Unity-2019.4LTS+
- v0.81.0: Road to 1.0. Reorganize unitypackage
- v0.82.0: Road to 1.0. Material Customization for URP
- v0.83.0: Road to 1.0
- v0.84.0: Road to 1.0. Restore glTF import menu
- v0.85.0: Road to 1.0. [0.x]FastSpringBone
- v0.86.0: Road to 1.0. [1.0]FastSpringBone
- v0.87.0: Road to 1.0.
- v0.88.0: Road to 1.0.
- v0.89.0: Road to 1.0.
- v0.90.0: NativeArray
- v0.91.0: Road to 1.0.
- v0.92.0: Road to 1.0.
- v0.93.0: Road to 1.0.
- v0.94.0: Road to 1.0.
- v0.95.1: GltfData.Dispose
- v0.96.0: ⚠️ ReadMesh
- v0.96.1: ⚠️ build/exporter bug fix
- v0.96.2: ⚠️ fix BlendShape Import bug
- v0.96.0..v0.97.0: Bug fix & update MeshUtil
- v0.97.0..v0.98.0: Update constraint of 1.0
- v0.98.0..v0.99.0: KHR_mesh_quantization, KHR_materials_emissive_strength
Package(from v0.81)¶
unitypackage |
folder |
contents |
---|---|---|
VRMShaders_UniGLTF |
Assets/VRMShaders, Assets/UniGLTF |
VRMShaders and 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
}
}