Use my git mixedreality packages

This commit is contained in:
Santiago Lo Coco 2024-10-13 19:31:31 +02:00
parent 9d2121caac
commit a35075d4d3
2 changed files with 21 additions and 17 deletions

View File

@ -1,8 +1,9 @@
{ {
"dependencies": { "dependencies": {
"com.microsoft.mixedreality.openxr": "file:MixedReality/com.microsoft.mixedreality.openxr-1.11.1.tgz", "com.microsoft.mixedreality.openxr": "https://github.com/se23m504/mixedreality.git?path=/com.microsoft.mixedreality.openxr",
"com.microsoft.mixedreality.toolkit.foundation": "file:MixedReality/com.microsoft.mixedreality.toolkit.foundation-2.8.3.tgz", "com.microsoft.mixedreality.toolkit.foundation": "https://github.com/se23m504/mixedreality.git?path=/com.microsoft.mixedreality.toolkit.foundation",
"com.microsoft.mixedreality.toolkit.standardassets": "file:MixedReality/com.microsoft.mixedreality.toolkit.standardassets-2.8.3.tgz", "com.microsoft.mixedreality.toolkit.standardassets": "https://github.com/se23m504/mixedreality.git?path=/com.microsoft.mixedreality.toolkit.standardassets",
"com.microsoft.mixedreality.webview.unity": "https://github.com/se23m504/mixedreality.git?path=/com.microsoft.mixedreality.webview.unity",
"com.unity.collab-proxy": "2.3.1", "com.unity.collab-proxy": "2.3.1",
"com.unity.feature.development": "1.0.1", "com.unity.feature.development": "1.0.1",
"com.unity.ide.rider": "3.0.28", "com.unity.ide.rider": "3.0.28",
@ -44,7 +45,6 @@
"com.unity.modules.video": "1.0.0", "com.unity.modules.video": "1.0.0",
"com.unity.modules.vr": "1.0.0", "com.unity.modules.vr": "1.0.0",
"com.unity.modules.wind": "1.0.0", "com.unity.modules.wind": "1.0.0",
"com.unity.modules.xr": "1.0.0", "com.unity.modules.xr": "1.0.0"
"com.microsoft.mixedreality.webview.unity": "file:MixedReality/com.microsoft.mixedreality.webview.unity-0.22.7-pre.1.tgz"
} }
} }

View File

@ -1,37 +1,41 @@
{ {
"dependencies": { "dependencies": {
"com.microsoft.mixedreality.openxr": { "com.microsoft.mixedreality.openxr": {
"version": "file:MixedReality/com.microsoft.mixedreality.openxr-1.11.1.tgz", "version": "https://github.com/se23m504/mixedreality.git?path=/com.microsoft.mixedreality.openxr",
"depth": 0, "depth": 0,
"source": "local-tarball", "source": "git",
"dependencies": { "dependencies": {
"com.unity.xr.arfoundation": "4.1.7", "com.unity.xr.arfoundation": "4.1.7",
"com.unity.xr.management": "4.2.0", "com.unity.xr.management": "4.2.0",
"com.unity.xr.openxr": "1.7.0", "com.unity.xr.openxr": "1.7.0",
"com.unity.xr.core-utils": "2.1.0" "com.unity.xr.core-utils": "2.1.0"
} },
"hash": "69dcce681c41a6c2a83bc2d7336afccf3e8a6ce4"
}, },
"com.microsoft.mixedreality.toolkit.foundation": { "com.microsoft.mixedreality.toolkit.foundation": {
"version": "file:MixedReality/com.microsoft.mixedreality.toolkit.foundation-2.8.3.tgz", "version": "https://github.com/se23m504/mixedreality.git?path=/com.microsoft.mixedreality.toolkit.foundation",
"depth": 0, "depth": 0,
"source": "local-tarball", "source": "git",
"dependencies": { "dependencies": {
"com.microsoft.mixedreality.toolkit.standardassets": "2.8.3" "com.microsoft.mixedreality.toolkit.standardassets": "2.8.3"
} },
"hash": "69dcce681c41a6c2a83bc2d7336afccf3e8a6ce4"
}, },
"com.microsoft.mixedreality.toolkit.standardassets": { "com.microsoft.mixedreality.toolkit.standardassets": {
"version": "file:MixedReality/com.microsoft.mixedreality.toolkit.standardassets-2.8.3.tgz", "version": "https://github.com/se23m504/mixedreality.git?path=/com.microsoft.mixedreality.toolkit.standardassets",
"depth": 0, "depth": 0,
"source": "local-tarball", "source": "git",
"dependencies": { "dependencies": {
"com.unity.textmeshpro": "2.1.4" "com.unity.textmeshpro": "2.1.4"
} },
"hash": "69dcce681c41a6c2a83bc2d7336afccf3e8a6ce4"
}, },
"com.microsoft.mixedreality.webview.unity": { "com.microsoft.mixedreality.webview.unity": {
"version": "file:MixedReality/com.microsoft.mixedreality.webview.unity-0.22.7-pre.1.tgz", "version": "https://github.com/se23m504/mixedreality.git?path=/com.microsoft.mixedreality.webview.unity",
"depth": 0, "depth": 0,
"source": "local-tarball", "source": "git",
"dependencies": {} "dependencies": {},
"hash": "69dcce681c41a6c2a83bc2d7336afccf3e8a6ce4"
}, },
"com.unity.collab-proxy": { "com.unity.collab-proxy": {
"version": "2.3.1", "version": "2.3.1",