|
1 | 1 | { |
2 | 2 | "dependencies": { |
3 | | - "com.improbable.gdk.buildsystem": "file:../../../../gdk-for-unity/workers/unity/Packages/com.improbable.gdk.buildsystem", |
4 | | - "com.improbable.gdk.core": "file:../../../../gdk-for-unity/workers/unity/Packages/com.improbable.gdk.core", |
5 | | - "com.improbable.gdk.deploymentlauncher": "file:../../../../gdk-for-unity/workers/unity/Packages/com.improbable.gdk.deploymentlauncher", |
6 | | - "com.improbable.gdk.gameobjectcreation": "file:../../../../gdk-for-unity/workers/unity/Packages/com.improbable.gdk.gameobjectcreation", |
7 | | - "com.improbable.gdk.mobile": "file:../../../../gdk-for-unity/workers/unity/Packages/com.improbable.gdk.mobile", |
8 | | - "com.improbable.gdk.playerlifecycle": "file:../../../../gdk-for-unity/workers/unity/Packages/com.improbable.gdk.playerlifecycle", |
9 | | - "com.improbable.gdk.testutils": "file:../../../../gdk-for-unity/workers/unity/Packages/com.improbable.gdk.testutils", |
10 | | - "com.improbable.gdk.tools": "file:../../../../gdk-for-unity/workers/unity/Packages/com.improbable.gdk.tools", |
11 | | - "com.improbable.gdk.transformsynchronization": "file:../../../../gdk-for-unity/workers/unity/Packages/com.improbable.gdk.transformsynchronization", |
| 3 | + "io.improbable.gdk.buildsystem": "0.2.4", |
| 4 | + "io.improbable.gdk.core": "0.2.4", |
| 5 | + "io.improbable.gdk.deploymentlauncher": "0.2.4", |
| 6 | + "io.improbable.gdk.gameobjectcreation": "0.2.4", |
| 7 | + "io.improbable.gdk.mobile": "0.0.8", |
| 8 | + "io.improbable.gdk.playerlifecycle": "0.2.4", |
| 9 | + "io.improbable.gdk.testutils": "0.2.4", |
| 10 | + "io.improbable.gdk.tools": "0.2.4", |
| 11 | + "io.improbable.gdk.transformsynchronization": "0.2.4", |
12 | 12 | "com.unity.ads": "2.0.8", |
13 | 13 | "com.unity.analytics": "3.3.2", |
14 | 14 | "com.unity.package-manager-ui": "2.1.2", |
|
47 | 47 | "com.unity.modules.wind": "1.0.0", |
48 | 48 | "com.unity.modules.xr": "1.0.0" |
49 | 49 | }, |
50 | | - "registry": "https://staging-packages.unity.com" |
| 50 | + "registry": "https://staging-packages.unity.com", |
| 51 | + "scopedRegistries": [ |
| 52 | + { |
| 53 | + "name": "Improbable", |
| 54 | + "url": "https://npm.improbable.io/gdk-for-unity/", |
| 55 | + "scopes": [ |
| 56 | + "io.improbable" |
| 57 | + ] |
| 58 | + } |
| 59 | + ] |
51 | 60 | } |
0 commit comments