v0.100.1
#1702 の修正です。
glb/gltf の Editor import に影響が有ります(importer が発動しない)。
Download
for Unity-2019.4.LTS or later- for
Unity-2020.3.LTS
or later
Since
UniVRM-0.100
, the minimum version of Unity is2020.3.LTS
.
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.1 | |
com.vrmc.gltf | com.vrmc.unigltf | https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.100.1 |
com.vrmc.univrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.100.1 | |
com.vrmc.vrm | com.vrmc.univrm1 | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.100.1 |
// manifest.json
{
"dependencies": {
///
"com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.100.1",
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.100.1",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.100.1",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.100.1",
///
}
}