Skip to content

Commit ce83bf9

Browse files
authored
Merge pull request #19 from FelixNgFender/main
Fix: Remove package not on repo, causing unity project init to throw error
2 parents 2df7421 + 727a166 commit ce83bf9

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

unity/Packages/manifest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"com.unity.toolchain.linux-x86_64": "2.0.6",
1212
"com.unity.ugui": "1.0.0",
1313
"com.unity.visualscripting": "1.9.4",
14-
"com.unity.xr-content.xr-sim-environments": "file:../ContentPackages\\com.unity.xr-content.xr-sim-environments-1.0.0.tgz",
1514
"com.unity.xr.arcore": "5.1.5",
1615
"com.unity.xr.arfoundation": "5.1.5",
1716
"com.unity.xr.arkit": "5.1.5",

unity/Packages/packages-lock.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -217,14 +217,6 @@
217217
},
218218
"url": "https://packages.unity.com"
219219
},
220-
"com.unity.xr-content.xr-sim-environments": {
221-
"version": "file:../ContentPackages\\com.unity.xr-content.xr-sim-environments-1.0.0.tgz",
222-
"depth": 0,
223-
"source": "local-tarball",
224-
"dependencies": {
225-
"com.unity.xr.arfoundation": "5.0.0"
226-
}
227-
},
228220
"com.unity.xr.arcore": {
229221
"version": "5.1.5",
230222
"depth": 0,

0 commit comments

Comments
 (0)