Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit fc0e3e8

Browse files
committed
Enabled Oculus/Vulkan and linear rendering in project
1 parent 8c41b05 commit fc0e3e8

File tree

6 files changed

+57
-3
lines changed

6 files changed

+57
-3
lines changed

speechly-unity/Assets/XR/XRGeneralSettings.asset

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,20 @@ MonoBehaviour:
1616
m_AutomaticLoading: 0
1717
m_AutomaticRunning: 0
1818
m_Loaders: []
19+
--- !u!114 &-3234558473799494307
20+
MonoBehaviour:
21+
m_ObjectHideFlags: 0
22+
m_CorrespondingSourceObject: {fileID: 0}
23+
m_PrefabInstance: {fileID: 0}
24+
m_PrefabAsset: {fileID: 0}
25+
m_GameObject: {fileID: 0}
26+
m_Enabled: 1
27+
m_EditorHideFlags: 0
28+
m_Script: {fileID: 11500000, guid: d236b7d11115f2143951f1e14045df39, type: 3}
29+
m_Name: Android Settings
30+
m_EditorClassIdentifier:
31+
m_LoaderManagerInstance: {fileID: 709926274057790715}
32+
m_InitManagerOnStart: 1
1933
--- !u!114 &-577896624624430487
2034
MonoBehaviour:
2135
m_ObjectHideFlags: 0
@@ -42,6 +56,24 @@ MonoBehaviour:
4256
m_Script: {fileID: 11500000, guid: d2dc886499c26824283350fa532d087d, type: 3}
4357
m_Name: XRGeneralSettings
4458
m_EditorClassIdentifier:
45-
Keys: 01000000
59+
Keys: 0100000007000000
4660
Values:
4761
- {fileID: -577896624624430487}
62+
- {fileID: -3234558473799494307}
63+
--- !u!114 &709926274057790715
64+
MonoBehaviour:
65+
m_ObjectHideFlags: 0
66+
m_CorrespondingSourceObject: {fileID: 0}
67+
m_PrefabInstance: {fileID: 0}
68+
m_PrefabAsset: {fileID: 0}
69+
m_GameObject: {fileID: 0}
70+
m_Enabled: 1
71+
m_EditorHideFlags: 0
72+
m_Script: {fileID: 11500000, guid: f4c3631f5e58749a59194e0cf6baf6d5, type: 3}
73+
m_Name: Android Providers
74+
m_EditorClassIdentifier:
75+
m_RequiresSettingsUpdate: 0
76+
m_AutomaticLoading: 0
77+
m_AutomaticRunning: 0
78+
m_Loaders:
79+
- {fileID: 11400000, guid: 0ad21b139921a4a0890719b3481d6036, type: 2}

speechly-unity/Packages/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"com.unity.timeline": "1.6.4",
1010
"com.unity.ugui": "1.0.0",
1111
"com.unity.xr.management": "4.2.1",
12+
"com.unity.xr.oculus": "3.0.2",
1213
"com.unity.modules.ai": "1.0.0",
1314
"com.unity.modules.androidjni": "1.0.0",
1415
"com.unity.modules.animation": "1.0.0",

speechly-unity/Packages/packages-lock.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,15 @@
138138
},
139139
"url": "https://packages.unity.com"
140140
},
141+
"com.unity.xr.oculus": {
142+
"version": "3.0.2",
143+
"depth": 0,
144+
"source": "registry",
145+
"dependencies": {
146+
"com.unity.xr.management": "4.2.0"
147+
},
148+
"url": "https://packages.unity.com"
149+
},
141150
"com.unity.modules.ai": {
142151
"version": "1.0.0",
143152
"depth": 0,

speechly-unity/ProjectSettings/EditorBuildSettings.asset

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ EditorBuildSettings:
55
m_ObjectHideFlags: 0
66
serializedVersion: 2
77
m_Scenes:
8-
- enabled: 1
8+
- enabled: 0
99
path: Assets/com.speechly.speechly-unity/Examples/PointAndTalk/PointAndTalkScene.unity
1010
guid: a00d3f6bd307c4dab91fd7357cf15f63
11+
- enabled: 1
12+
path: Assets/com.speechly.speechly-unity/Examples/HandsFreeListeningVR/HandsFreeListeningVR.unity
13+
guid: d325ecd93be5f4b4fafda54abcab7bb0
1114
m_configObjects:
1215
Unity.XR.Oculus.Settings: {fileID: 11400000, guid: 9c58551dbc9f04181902e4049d427a3b,
1316
type: 2}

speechly-unity/ProjectSettings/ProjectSettings.asset

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,13 @@ PlayerSettings:
145145
enable360StereoCapture: 0
146146
isWsaHolographicRemotingEnabled: 0
147147
enableFrameTimingStats: 0
148+
enableOpenGLProfilerGPURecorders: 1
148149
useHDRDisplay: 0
149150
D3DHDRBitDepth: 0
150151
m_ColorGamuts: 00000000
151152
targetPixelDensity: 30
152153
resolutionScalingMode: 0
154+
resetResolutionOnWindowResize: 0
153155
androidSupportedAspectRatio: 1
154156
androidMaxAspectRatio: 2.1
155157
applicationIdentifier:
@@ -377,6 +379,7 @@ PlayerSettings:
377379
- m_BuildTarget: WebGL
378380
m_StaticBatching: 0
379381
m_DynamicBatching: 0
382+
m_BuildTargetShaderSettings: []
380383
m_BuildTargetGraphicsJobs:
381384
- m_BuildTarget: MacStandaloneSupport
382385
m_GraphicsJobs: 0
@@ -411,7 +414,7 @@ PlayerSettings:
411414
m_GraphicsJobMode: 0
412415
m_BuildTargetGraphicsAPIs:
413416
- m_BuildTarget: AndroidPlayer
414-
m_APIs: 0b000000
417+
m_APIs: 15000000
415418
m_Automatic: 0
416419
- m_BuildTarget: iOSSupport
417420
m_APIs: 10000000
@@ -428,6 +431,8 @@ PlayerSettings:
428431
m_Devices:
429432
- Oculus
430433
- OpenVR
434+
m_DefaultShaderChunkSizeInMB: 16
435+
m_DefaultShaderChunkCount: 0
431436
openGLRequireES31: 0
432437
openGLRequireES31AEP: 0
433438
openGLRequireES32: 0
@@ -662,6 +667,7 @@ PlayerSettings:
662667
ps4videoRecordingFeaturesUsed: 0
663668
ps4contentSearchFeaturesUsed: 0
664669
ps4CompatibilityPS5: 0
670+
ps4AllowPS5Detection: 0
665671
ps4GPU800MHz: 1
666672
ps4attribEyeToEyeDistanceSettingVR: 0
667673
ps4IncludedModules: []
@@ -734,6 +740,7 @@ PlayerSettings:
734740
metroFTAName:
735741
metroFTAFileTypes: []
736742
metroProtocolName:
743+
vcxProjDefaultLanguage:
737744
XboxOneProductId:
738745
XboxOneUpdateKey:
739746
XboxOneSandboxId:

speechly-unity/ProjectSettings/UnityConnectSettings.asset

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ UnityConnectSettings:
99
m_EventOldUrl: https://api.uca.cloud.unity3d.com/v1/events
1010
m_EventUrl: https://cdp.cloud.unity3d.com/v1/events
1111
m_ConfigUrl: https://config.uca.cloud.unity3d.com
12+
m_DashboardUrl: https://dashboard.unity3d.com
1213
m_TestInitMode: 0
1314
CrashReportingSettings:
1415
m_EventUrl: https://perf-events.cloud.unity3d.com
@@ -22,6 +23,7 @@ UnityConnectSettings:
2223
m_Enabled: 0
2324
m_TestMode: 0
2425
m_InitializeOnStartup: 1
26+
m_PackageRequiringCoreStatsPresent: 0
2527
UnityAdsSettings:
2628
m_Enabled: 0
2729
m_InitializeOnStartup: 1

0 commit comments

Comments
 (0)