Skip to content

Commit 7084eaf

Browse files
committed
URP + WebXR Input Profiles in old versions
1 parent f284bd4 commit 7084eaf

File tree

5 files changed

+86
-10
lines changed

5 files changed

+86
-10
lines changed

DebugProjects/Unity2020.3/Packages/manifest.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"dependencies": {
3+
"com.de-panther.webxr-input-profiles-loader": "0.4.0",
34
"com.unity.ide.rider": "2.0.7",
45
"com.unity.ide.visualstudio": "2.0.8",
56
"com.unity.ide.vscode": "1.2.5",
@@ -41,5 +42,15 @@
4142
"com.unity.modules.vr": "1.0.0",
4243
"com.unity.modules.wind": "1.0.0",
4344
"com.unity.modules.xr": "1.0.0"
44-
}
45+
},
46+
"scopedRegistries": [
47+
{
48+
"name": "OpenUPM",
49+
"url": "https://package.openupm.com",
50+
"scopes": [
51+
"com.de-panther",
52+
"com.atteneder"
53+
]
54+
}
55+
]
4556
}

DebugProjects/Unity2020.3/Packages/packages-lock.json

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
{
22
"dependencies": {
3+
"com.atteneder.gltfast": {
4+
"version": "4.4.8",
5+
"depth": 1,
6+
"source": "registry",
7+
"dependencies": {
8+
"com.unity.modules.jsonserialize": "1.0.0",
9+
"com.unity.modules.unitywebrequest": "1.0.0",
10+
"com.unity.modules.unitywebrequesttexture": "1.0.0",
11+
"com.unity.mathematics": "1.2.1",
12+
"com.unity.burst": "1.4.11"
13+
},
14+
"url": "https://package.openupm.com"
15+
},
316
"com.de-panther.webxr": {
417
"version": "file:webxr",
518
"depth": 0,
@@ -8,6 +21,16 @@
821
"com.unity.xr.management": "3.2.13"
922
}
1023
},
24+
"com.de-panther.webxr-input-profiles-loader": {
25+
"version": "0.4.0",
26+
"depth": 0,
27+
"source": "registry",
28+
"dependencies": {
29+
"com.unity.nuget.newtonsoft-json": "2.0.0",
30+
"com.atteneder.gltfast": "4.4.8"
31+
},
32+
"url": "https://package.openupm.com"
33+
},
1134
"com.de-panther.webxr-interactions": {
1235
"version": "file:webxr-interactions",
1336
"depth": 0,
@@ -16,6 +39,15 @@
1639
"com.de-panther.webxr": "0.19.0"
1740
}
1841
},
42+
"com.unity.burst": {
43+
"version": "1.4.11",
44+
"depth": 2,
45+
"source": "registry",
46+
"dependencies": {
47+
"com.unity.mathematics": "1.2.1"
48+
},
49+
"url": "https://packages.unity.com"
50+
},
1951
"com.unity.ext.nunit": {
2052
"version": "1.0.6",
2153
"depth": 1,
@@ -49,7 +81,14 @@
4981
"url": "https://packages.unity.com"
5082
},
5183
"com.unity.mathematics": {
52-
"version": "1.1.0",
84+
"version": "1.2.1",
85+
"depth": 2,
86+
"source": "registry",
87+
"dependencies": {},
88+
"url": "https://packages.unity.com"
89+
},
90+
"com.unity.nuget.newtonsoft-json": {
91+
"version": "2.0.0",
5392
"depth": 1,
5493
"source": "registry",
5594
"dependencies": {},
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"MonoBehaviour": {
3+
"Version": 3,
4+
"EnableBurstCompilation": true,
5+
"EnableOptimisations": true,
6+
"EnableSafetyChecks": false,
7+
"EnableDebugInAllBuilds": false,
8+
"CpuMinTargetX32": 0,
9+
"CpuMaxTargetX32": 0,
10+
"CpuMinTargetX64": 0,
11+
"CpuMaxTargetX64": 0
12+
}
13+
}

DebugProjects/Unity2020.3/ProjectSettings/GraphicsSettings.asset

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ GraphicsSettings:
3636
- {fileID: 15106, guid: 0000000000000000f000000000000000, type: 0}
3737
- {fileID: 10753, guid: 0000000000000000f000000000000000, type: 0}
3838
- {fileID: 10770, guid: 0000000000000000f000000000000000, type: 0}
39+
- {fileID: -6465566751694194690, guid: 90c26dfde11bf4ff69ef936c6e6b1ed1, type: 3}
40+
- {fileID: -6465566751694194690, guid: ba6d401c74b2c4f96af7edf0fe32241e, type: 3}
3941
m_PreloadedShaders: []
4042
m_SpritesDefaultMaterial: {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
4143
m_CustomRenderPipeline: {fileID: 11400000, guid: 0dcf41294e797d14f8c171cc44416ba8, type: 2}

DebugProjects/Unity2020.3/ProjectSettings/PackageManagerSettings.asset

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,31 @@ MonoBehaviour:
2424
m_Scopes: []
2525
m_IsDefault: 1
2626
m_Capabilities: 7
27-
m_UserSelectedRegistryName:
27+
- m_Id: scoped:OpenUPM
28+
m_Name: OpenUPM
29+
m_Url: https://package.openupm.com
30+
m_Scopes:
31+
- com.de-panther
32+
- com.atteneder
33+
m_IsDefault: 0
34+
m_Capabilities: 0
35+
m_UserSelectedRegistryName: OpenUPM
2836
m_UserAddingNewScopedRegistry: 0
2937
m_RegistryInfoDraft:
3038
m_ErrorMessage:
3139
m_Original:
32-
m_Id:
33-
m_Name:
34-
m_Url:
35-
m_Scopes: []
40+
m_Id: scoped:OpenUPM
41+
m_Name: OpenUPM
42+
m_Url: https://package.openupm.com
43+
m_Scopes:
44+
- com.de-panther
45+
- com.atteneder
3646
m_IsDefault: 0
3747
m_Capabilities: 0
3848
m_Modified: 0
39-
m_Name:
40-
m_Url:
49+
m_Name: OpenUPM
50+
m_Url: https://package.openupm.com
4151
m_Scopes:
42-
-
52+
- com.de-panther
53+
- com.atteneder
4354
m_SelectedScopeIndex: 0

0 commit comments

Comments
 (0)