Skip to content

Commit

Permalink
Add Oculus registry
Browse files Browse the repository at this point in the history
This is required to fix CI as game-ci currently does not support downloaded packages directly from the Unity Package Manager remote.

game-ci/unity-builder#614

https://forum.unity.com/threads/gitlab-pipeline-unity-hub-wont-sign-in.1515683/
  • Loading branch information
Croydon committed Mar 21, 2024
1 parent 303087b commit 7051986
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
{
"scopedRegistries": [
{
"name": "Meta",
"url": "https://npm.developer.oculus.com",
"scopes": [
"com.meta.xr.sdk"
]
}
],
"dependencies": {
"com.meta.xr.mrutilitykit": "62.0.0",
"com.meta.xr.sdk.all": "62.0.0",
Expand Down

0 comments on commit 7051986

Please sign in to comment.