Skip to content

Commit

Permalink
Merge pull request #19 from FelixNgFender/main
Browse files Browse the repository at this point in the history
Fix: Remove package not on repo, causing unity project init to throw error
  • Loading branch information
YiqinZhao authored Oct 25, 2024
2 parents 2df7421 + 727a166 commit ce83bf9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion unity/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"com.unity.toolchain.linux-x86_64": "2.0.6",
"com.unity.ugui": "1.0.0",
"com.unity.visualscripting": "1.9.4",
"com.unity.xr-content.xr-sim-environments": "file:../ContentPackages\\com.unity.xr-content.xr-sim-environments-1.0.0.tgz",
"com.unity.xr.arcore": "5.1.5",
"com.unity.xr.arfoundation": "5.1.5",
"com.unity.xr.arkit": "5.1.5",
Expand Down
8 changes: 0 additions & 8 deletions unity/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,14 +217,6 @@
},
"url": "https://packages.unity.com"
},
"com.unity.xr-content.xr-sim-environments": {
"version": "file:../ContentPackages\\com.unity.xr-content.xr-sim-environments-1.0.0.tgz",
"depth": 0,
"source": "local-tarball",
"dependencies": {
"com.unity.xr.arfoundation": "5.0.0"
}
},
"com.unity.xr.arcore": {
"version": "5.1.5",
"depth": 0,
Expand Down

0 comments on commit ce83bf9

Please sign in to comment.