Skip to content

v0.104.2

Compare
Choose a tag to compare
@ousttrue ousttrue released this 28 Sep 09:19
· 1240 commits to master since this release
55a987c

Fixing LFS QUOTA Violation in GIT

GIT の LFS の QUOTA 違反の修正です

#1832

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",
    ///
  }
}

1.0 development (開発ドキュメント)