v0.100.0
このバージョンから Unity の最低バージョンが Unity-2020.3
になりました。
Unity-2021 も UPM の動作を確認しています。
Download
- for
Unity-2020.3.LTS
or later - UniVRM-0.100.0_8eb3.unitypackage
v0.87.0
から UniGLTF_VRMShaders と UniVRM が合体してひとつになりました。
Fromv0.87.0
, UniGLTF_VRMShaders and UniVRM have been merged into one.
ReleaseNote
other unitypackage
UniVRM API sample
VRM-1.0Beta
VRM-1.0Beta API sample
package | folder |
---|---|
UniVRM | Assets/VRMShaders, Assets/UniGLTF, Assets/VRM |
UniVRM_Samples | Assets/VRM_Samples |
VRM | Assets/VRMShaders, Assets/UniGLTF, Assets/VRM10 |
VRM_Samples | Assets/VRM10_Samples |
UPM
UPM package | rename | UPM url |
---|---|---|
com.vrmc.vrmshaders | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.100.0 | |
com.vrmc.gltf | com.vrmc.unigltf | https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.100.0 |
com.vrmc.univrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.100.0 | |
com.vrmc.vrm | com.vrmc.univrm1 | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.100.0 |
// manifest.json
{
"dependencies": {
///
"com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.100.0",
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.100.0",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.100.0",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.100.0",
///
}
}