Skip to content

Commit ff7d244

Browse files
authored
Fix an issue where the project settings for ARCore Extensions are not saved (#57)
1 parent e83e31f commit ff7d244

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

unity/SpirareBrowser-ARFoundation-Geospatial/Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": {
33
"com.atteneder.gltfast": "5.0.0",
44
"com.cysharp.unitask": "2.2.5",
5-
"com.google.ar.core.arfoundation.extensions": "https://github.com/google-ar/arcore-unity-extensions.git#v1.37.0",
5+
"com.google.ar.core.arfoundation.extensions": "https://github.com/HoloLabInc/arcore-unity-extensions.git#v1.37.0-fix-project-settings-bug",
66
"com.unity.collab-proxy": "1.9.0",
77
"com.unity.ide.rider": "2.0.7",
88
"com.unity.ide.visualstudio": "2.0.15",

unity/SpirareBrowser-ARFoundation-Geospatial/Packages/packages-lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"url": "https://package.openupm.com"
2121
},
2222
"com.google.ar.core.arfoundation.extensions": {
23-
"version": "https://github.com/google-ar/arcore-unity-extensions.git#v1.37.0",
23+
"version": "https://github.com/HoloLabInc/arcore-unity-extensions.git#v1.37.0-fix-project-settings-bug",
2424
"depth": 0,
2525
"source": "git",
2626
"dependencies": {
2727
"com.unity.xr.arfoundation": "4.1.5",
2828
"com.unity.xr.arcore": "4.1.5",
2929
"com.unity.xr.arkit": "4.1.5"
3030
},
31-
"hash": "c27a931ef21c212686e5abd8bbf4f334a64ec9d5"
31+
"hash": "d2e24fd95767a2dc317648460c7d19b0d6dccf90"
3232
},
3333
"com.gwaredd.mggif": {
3434
"version": "https://github.com/gwaredd/mgGif.git?path=Assets/mgGif",

0 commit comments

Comments
 (0)