Skip to content

Commit 63d10bd

Browse files
committed
added mockhmd to the dev project and updated packages
1 parent 39b0d81 commit 63d10bd

8 files changed

Lines changed: 219 additions & 18 deletions

Packages/manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"dependencies": {
33
"at.pimaker.ltcgi": "https://github.com/PiMaker/ltcgi.git",
44
"com.singularitygroup.hotreload": "git+https://gitlab.hotreload.net/root/hot-reload-releases.git#1.12.8",
5+
"com.unity.2d.psdimporter": "8.0.5",
56
"com.unity.ai.navigation": "1.1.4",
67
"com.unity.ide.rider": "3.0.24",
78
"com.unity.ide.visualstudio": "2.0.22",
@@ -11,6 +12,8 @@
1112
"com.unity.textmeshpro": "3.0.6",
1213
"com.unity.timeline": "1.7.5",
1314
"com.unity.ugui": "1.0.0",
15+
"com.unity.xr.management": "4.4.1",
16+
"com.unity.xr.mock-hmd": "1.4.0-preview.2",
1417
"com.unity.modules.ai": "1.0.0",
1518
"com.unity.modules.androidjni": "1.0.0",
1619
"com.unity.modules.animation": "1.0.0",

Packages/packages-lock.json

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,49 @@
2323
},
2424
"hash": "ff60e352632357969bf3ff54ce63c8c4ba171566"
2525
},
26+
"com.unity.2d.animation": {
27+
"version": "9.1.1",
28+
"depth": 1,
29+
"source": "registry",
30+
"dependencies": {
31+
"com.unity.2d.common": "8.0.2",
32+
"com.unity.2d.sprite": "1.0.0",
33+
"com.unity.collections": "1.1.0",
34+
"com.unity.modules.animation": "1.0.0",
35+
"com.unity.modules.uielements": "1.0.0"
36+
},
37+
"url": "https://packages.unity.com"
38+
},
39+
"com.unity.2d.common": {
40+
"version": "8.0.2",
41+
"depth": 1,
42+
"source": "registry",
43+
"dependencies": {
44+
"com.unity.2d.sprite": "1.0.0",
45+
"com.unity.mathematics": "1.1.0",
46+
"com.unity.modules.uielements": "1.0.0",
47+
"com.unity.modules.animation": "1.0.0",
48+
"com.unity.burst": "1.7.3"
49+
},
50+
"url": "https://packages.unity.com"
51+
},
52+
"com.unity.2d.psdimporter": {
53+
"version": "8.0.5",
54+
"depth": 0,
55+
"source": "registry",
56+
"dependencies": {
57+
"com.unity.2d.animation": "9.1.1",
58+
"com.unity.2d.common": "8.0.2",
59+
"com.unity.2d.sprite": "1.0.0"
60+
},
61+
"url": "https://packages.unity.com"
62+
},
63+
"com.unity.2d.sprite": {
64+
"version": "1.0.0",
65+
"depth": 1,
66+
"source": "builtin",
67+
"dependencies": {}
68+
},
2669
"com.unity.ai.navigation": {
2770
"version": "1.1.4",
2871
"depth": 0,
@@ -32,6 +75,25 @@
3275
},
3376
"url": "https://packages.unity.com"
3477
},
78+
"com.unity.burst": {
79+
"version": "1.8.7",
80+
"depth": 2,
81+
"source": "registry",
82+
"dependencies": {
83+
"com.unity.mathematics": "1.2.1"
84+
},
85+
"url": "https://packages.unity.com"
86+
},
87+
"com.unity.collections": {
88+
"version": "1.2.4",
89+
"depth": 2,
90+
"source": "registry",
91+
"dependencies": {
92+
"com.unity.burst": "1.6.6",
93+
"com.unity.test-framework": "1.1.31"
94+
},
95+
"url": "https://packages.unity.com"
96+
},
3597
"com.unity.ext.nunit": {
3698
"version": "1.0.6",
3799
"depth": 1,
@@ -64,6 +126,13 @@
64126
"dependencies": {},
65127
"url": "https://packages.unity.com"
66128
},
129+
"com.unity.mathematics": {
130+
"version": "1.2.6",
131+
"depth": 2,
132+
"source": "registry",
133+
"dependencies": {},
134+
"url": "https://packages.unity.com"
135+
},
67136
"com.unity.nuget.newtonsoft-json": {
68137
"version": "3.2.1",
69138
"depth": 1,
@@ -121,6 +190,37 @@
121190
"com.unity.modules.imgui": "1.0.0"
122191
}
123192
},
193+
"com.unity.xr.legacyinputhelpers": {
194+
"version": "2.1.10",
195+
"depth": 1,
196+
"source": "registry",
197+
"dependencies": {
198+
"com.unity.modules.vr": "1.0.0",
199+
"com.unity.modules.xr": "1.0.0"
200+
},
201+
"url": "https://packages.unity.com"
202+
},
203+
"com.unity.xr.management": {
204+
"version": "4.4.1",
205+
"depth": 0,
206+
"source": "registry",
207+
"dependencies": {
208+
"com.unity.modules.subsystems": "1.0.0",
209+
"com.unity.modules.vr": "1.0.0",
210+
"com.unity.modules.xr": "1.0.0",
211+
"com.unity.xr.legacyinputhelpers": "2.1.7"
212+
},
213+
"url": "https://packages.unity.com"
214+
},
215+
"com.unity.xr.mock-hmd": {
216+
"version": "1.4.0-preview.2",
217+
"depth": 0,
218+
"source": "registry",
219+
"dependencies": {
220+
"com.unity.xr.management": "4.0.1"
221+
},
222+
"url": "https://packages.unity.com"
223+
},
124224
"sh.orels.shaders": {
125225
"version": "file:sh.orels.shaders",
126226
"depth": 0,

ProjectSettings/EditorBuildSettings.asset

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@ EditorBuildSettings:
55
m_ObjectHideFlags: 0
66
serializedVersion: 2
77
m_Scenes: []
8-
m_configObjects: {}
8+
m_configObjects:
9+
com.unity.xr.management.loader_settings: {fileID: 11400000, guid: d055be91edde58346858a256fc48b9bc,
10+
type: 2}
11+
xr.sdk.mock-hmd.settings: {fileID: 11400000, guid: 523de982ffb222948805e0b3022cc817,
12+
type: 2}

ProjectSettings/GraphicsSettings.asset

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
--- !u!30 &1
44
GraphicsSettings:
55
m_ObjectHideFlags: 0
6-
serializedVersion: 13
6+
serializedVersion: 15
77
m_Deferred:
88
m_Mode: 1
99
m_Shader: {fileID: 69, guid: 0000000000000000f000000000000000, type: 0}
@@ -13,9 +13,6 @@ GraphicsSettings:
1313
m_ScreenSpaceShadows:
1414
m_Mode: 1
1515
m_Shader: {fileID: 64, guid: 0000000000000000f000000000000000, type: 0}
16-
m_LegacyDeferred:
17-
m_Mode: 1
18-
m_Shader: {fileID: 63, guid: 0000000000000000f000000000000000, type: 0}
1916
m_DepthNormals:
2017
m_Mode: 1
2118
m_Shader: {fileID: 62, guid: 0000000000000000f000000000000000, type: 0}
@@ -28,6 +25,7 @@ GraphicsSettings:
2825
m_LensFlare:
2926
m_Mode: 1
3027
m_Shader: {fileID: 102, guid: 0000000000000000f000000000000000, type: 0}
28+
m_VideoShadersIncludeMode: 2
3129
m_AlwaysIncludedShaders:
3230
- {fileID: 7, guid: 0000000000000000f000000000000000, type: 0}
3331
- {fileID: 15104, guid: 0000000000000000f000000000000000, type: 0}
@@ -36,6 +34,7 @@ GraphicsSettings:
3634
- {fileID: 10753, guid: 0000000000000000f000000000000000, type: 0}
3735
- {fileID: 10770, guid: 0000000000000000f000000000000000, type: 0}
3836
m_PreloadedShaders: []
37+
m_PreloadShadersBatchTimeLimit: -1
3938
m_SpritesDefaultMaterial: {fileID: 10754, guid: 0000000000000000f000000000000000,
4039
type: 0}
4140
m_CustomRenderPipeline: {fileID: 0}
@@ -47,6 +46,7 @@ GraphicsSettings:
4746
m_LightmapStripping: 0
4847
m_FogStripping: 0
4948
m_InstancingStripping: 0
49+
m_BrgStripping: 0
5050
m_LightmapKeepPlain: 1
5151
m_LightmapKeepDirCombined: 1
5252
m_LightmapKeepDynamicPlain: 1
@@ -59,5 +59,9 @@ GraphicsSettings:
5959
m_AlbedoSwatchInfos: []
6060
m_LightsUseLinearIntensity: 1
6161
m_LightsUseColorTemperature: 1
62+
m_DefaultRenderingLayerMask: 1
6263
m_LogWhenShaderIsCompiled: 0
63-
m_AllowEnlightenSupportForUpgradedProject: 0
64+
m_SRPDefaultSettings: {}
65+
m_LightProbeOutsideHullStrategy: 0
66+
m_CameraRelativeLightCulling: 0
67+
m_CameraRelativeShadowCulling: 0

ProjectSettings/ProjectSettings.asset

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ PlayerSettings:
153153
resetResolutionOnWindowResize: 0
154154
androidSupportedAspectRatio: 1
155155
androidMaxAspectRatio: 2.1
156-
applicationIdentifier: {}
156+
applicationIdentifier:
157+
Standalone: com.VRChat.vpm-package-maker
157158
buildNumber:
158159
Standalone: 0
159160
VisionOS: 0
@@ -822,7 +823,7 @@ PlayerSettings:
822823
PS5: UNITY_POST_PROCESSING_STACK_V2
823824
QNX: UNITY_POST_PROCESSING_STACK_V2
824825
Stadia: UNITY_POST_PROCESSING_STACK_V2
825-
Standalone: BAKERY_INCLUDED;UNITY_POST_PROCESSING_STACK_V2;AUDIOLINK;LTCGI_INCLUDED;AUDIOLINK_V1
826+
Standalone: BAKERY_INCLUDED;UNITY_POST_PROCESSING_STACK_V2;AUDIOLINK;LTCGI_INCLUDED;AUDIOLINK_V1;AMPLIFY_SHADER_EDITOR
826827
VisionOS: UNITY_POST_PROCESSING_STACK_V2
827828
WebGL: UNITY_POST_PROCESSING_STACK_V2
828829
Windows Store Apps: UNITY_POST_PROCESSING_STACK_V2

0 commit comments

Comments
 (0)