v0.104.2
Fixing LFS QUOTA Violation in GIT
GIT の LFS の QUOTA 違反の修正です
Removed git LFS.
git LFS を取りやめました。
This affects when you git clone
UniVRM and when you use UniVRM with UPM (using git).
UniVRM を
git clone
する場合、UPM で UniVRM を使う場合 (git が使われる)に影響があります。
Note that unitypackage
is not affected. Please use v0.104.1
.
なお、
unitypackage
には影響ありません。v0.104.1
をご利用ください。
UPM
UPM package | rename | UPM url |
---|---|---|
com.vrmc.vrmshaders | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.104.2 | |
com.vrmc.gltf | com.vrmc.unigltf | https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.104.2 |
com.vrmc.univrm | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.104.2 | |
com.vrmc.vrm | com.vrmc.univrm1 | https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.104.2 |
// manifest.json
{
"dependencies": {
///
"com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.104.2",
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.104.2",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.104.2",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.104.2",
///
}
}