Skip to content

Commit dc54010

Browse files
committed
added xr management
1 parent 677644f commit dc54010

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

MainProject/Packages/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"dependencies": {
3-
"com.de-panther.webxr" : "file:../../Packages/webxr",
3+
"com.de-panther.webxr": "file:../../Packages/webxr",
44
"com.unity.ide.rider": "2.0.5",
55
"com.unity.ide.vscode": "1.2.1",
66
"com.unity.test-framework": "1.1.16",
77
"com.unity.timeline": "1.2.16",
88
"com.unity.ugui": "1.0.0",
9+
"com.unity.xr.management": "3.2.13",
910
"com.unity.modules.ai": "1.0.0",
1011
"com.unity.modules.androidjni": "1.0.0",
1112
"com.unity.modules.animation": "1.0.0",

MainProject/Packages/packages-lock.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
"dependencies": {},
3030
"url": "https://packages.unity.com"
3131
},
32+
"com.unity.subsystemregistration": {
33+
"version": "1.0.6",
34+
"depth": 1,
35+
"source": "registry",
36+
"dependencies": {},
37+
"url": "https://packages.unity.com"
38+
},
3239
"com.unity.test-framework": {
3340
"version": "1.1.16",
3441
"depth": 0,
@@ -55,6 +62,23 @@
5562
"com.unity.modules.ui": "1.0.0"
5663
}
5764
},
65+
"com.unity.xr.legacyinputhelpers": {
66+
"version": "2.1.4",
67+
"depth": 1,
68+
"source": "registry",
69+
"dependencies": {},
70+
"url": "https://packages.unity.com"
71+
},
72+
"com.unity.xr.management": {
73+
"version": "3.2.13",
74+
"depth": 0,
75+
"source": "registry",
76+
"dependencies": {
77+
"com.unity.xr.legacyinputhelpers": "2.1.2",
78+
"com.unity.subsystemregistration": "1.0.6"
79+
},
80+
"url": "https://packages.unity.com"
81+
},
5882
"com.unity.modules.ai": {
5983
"version": "1.0.0",
6084
"depth": 0,

0 commit comments

Comments
 (0)