Skip to content

Commit

Permalink
Update to UniVRM 0.124.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tou-tou committed Sep 3, 2024
1 parent 228ad45 commit 34f89f0
Show file tree
Hide file tree
Showing 3 changed files with 1,160 additions and 17 deletions.
8 changes: 4 additions & 4 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"com.unity.timeline": "1.7.6",
"com.unity.ugui": "1.0.0",
"com.unity.xr.legacyinputhelpers": "2.1.10",
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.108.0",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.108.0",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.108.0",
"com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.108.0",
"com.vrmc.gltf": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.124.0",
"com.vrmc.univrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.124.0",
"com.vrmc.vrm": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.124.0",
"com.vrmc.vrmshaders": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.124.0",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",
Expand Down
26 changes: 13 additions & 13 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,44 +186,44 @@
"url": "https://packages.unity.com"
},
"com.vrmc.gltf": {
"version": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.108.0",
"version": "https://github.com/vrm-c/UniVRM.git?path=/Assets/UniGLTF#v0.124.0",
"depth": 0,
"source": "git",
"dependencies": {
"com.vrmc.vrmshaders": "0.108.0",
"com.vrmc.vrmshaders": "0.124.0",
"com.unity.modules.animation": "1.0.0"
},
"hash": "e16dd2f8c0c15fb373eeef6375c550acc740a2f6"
"hash": "57a66b0948dc7dc0f63c39717650e76fd0ce3c37"
},
"com.vrmc.univrm": {
"version": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.108.0",
"version": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM#v0.124.0",
"depth": 0,
"source": "git",
"dependencies": {
"com.vrmc.vrmshaders": "0.108.0",
"com.vrmc.gltf": "0.108.0",
"com.vrmc.vrmshaders": "0.124.0",
"com.vrmc.gltf": "0.124.0",
"com.unity.ugui": "1.0.0"
},
"hash": "e16dd2f8c0c15fb373eeef6375c550acc740a2f6"
"hash": "57a66b0948dc7dc0f63c39717650e76fd0ce3c37"
},
"com.vrmc.vrm": {
"version": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.108.0",
"version": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRM10#v0.124.0",
"depth": 0,
"source": "git",
"dependencies": {
"com.vrmc.vrmshaders": "0.108.0",
"com.vrmc.gltf": "0.108.0"
"com.vrmc.vrmshaders": "0.124.0",
"com.vrmc.gltf": "0.124.0"
},
"hash": "e16dd2f8c0c15fb373eeef6375c550acc740a2f6"
"hash": "57a66b0948dc7dc0f63c39717650e76fd0ce3c37"
},
"com.vrmc.vrmshaders": {
"version": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.108.0",
"version": "https://github.com/vrm-c/UniVRM.git?path=/Assets/VRMShaders#v0.124.0",
"depth": 0,
"source": "git",
"dependencies": {
"com.unity.modules.imageconversion": "1.0.0"
},
"hash": "e16dd2f8c0c15fb373eeef6375c550acc740a2f6"
"hash": "57a66b0948dc7dc0f63c39717650e76fd0ce3c37"
},
"com.unity.modules.ai": {
"version": "1.0.0",
Expand Down
Loading

0 comments on commit 34f89f0

Please sign in to comment.