setup AR
This commit is contained in:
@@ -1,5 +1,15 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"scopedRegistries": [
|
||||
{
|
||||
"name": "SpoiledCat",
|
||||
"url": "https://registry.spoiledcat.com",
|
||||
"scopes": [
|
||||
"com.spoiledcat"
|
||||
]
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"com.ptc.vuforia.engine": "file:com.ptc.vuforia.engine-10.12.3.tgz",
|
||||
"com.spoiledcat.git": "1.0.12",
|
||||
"com.unity.collab-proxy": "1.17.7",
|
||||
"com.unity.feature.development": "1.0.1",
|
||||
@@ -43,14 +53,5 @@
|
||||
"com.unity.modules.vr": "1.0.0",
|
||||
"com.unity.modules.wind": "1.0.0",
|
||||
"com.unity.modules.xr": "1.0.0"
|
||||
},
|
||||
"scopedRegistries": [
|
||||
{
|
||||
"name": "SpoiledCat",
|
||||
"url": "https://registry.spoiledcat.com",
|
||||
"scopes": [
|
||||
"com.spoiledcat"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,13 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"com.ptc.vuforia.engine": {
|
||||
"version": "file:com.ptc.vuforia.engine-10.12.3.tgz",
|
||||
"depth": 0,
|
||||
"source": "local-tarball",
|
||||
"dependencies": {
|
||||
"com.unity.ugui": "1.0.0"
|
||||
}
|
||||
},
|
||||
"com.spoiledcat.git": {
|
||||
"version": "1.0.12",
|
||||
"depth": 0,
|
||||
@@ -41,7 +49,7 @@
|
||||
"com.unity.editorcoroutines": "1.0.0",
|
||||
"com.unity.performance.profile-analyzer": "1.1.1",
|
||||
"com.unity.test-framework": "1.1.31",
|
||||
"com.unity.testtools.codecoverage": "1.2.2"
|
||||
"com.unity.testtools.codecoverage": "1.0.1"
|
||||
}
|
||||
},
|
||||
"com.unity.ide.rider": {
|
||||
@@ -129,7 +137,7 @@
|
||||
"url": "https://packages.unity.com"
|
||||
},
|
||||
"com.unity.testtools.codecoverage": {
|
||||
"version": "1.2.2",
|
||||
"version": "1.0.1",
|
||||
"depth": 1,
|
||||
"source": "registry",
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user