Skip to content

Commit 5497859

Browse files
committed
Updated AR Foundation.
Removed unused packages.
1 parent 00b1df1 commit 5497859

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,13 @@
1212
"arkit"
1313
],
1414
"dependencies": {
15-
"com.unity.xr.arfoundation": "3.0.0-preview.1",
16-
"com.unity.xr.legacyinputhelpers": "2.0.6",
17-
"com.unity.ugui": "1.0.0",
1815
"xyz.candycoded.candycoded": "https://github.com/CandyCoded/CandyCoded.git#v3.0.2",
1916
"com.unity.modules.animation": "1.0.0",
2017
"com.unity.modules.imgui": "1.0.0",
2118
"com.unity.modules.particlesystem": "1.0.0",
2219
"com.unity.modules.ui": "1.0.0",
23-
"com.unity.modules.vr": "1.0.0",
24-
"com.unity.modules.xr": "1.0.0"
20+
"com.unity.modules.xr": "1.0.0",
21+
"com.unity.ugui": "1.0.0",
22+
"com.unity.xr.arfoundation": "3.0.0-preview.3"
2523
}
2624
}

0 commit comments

Comments
 (0)