Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ MonoBehaviour:
priority: 0
runtimePlatform: 33
deviceManagerProfile: {fileID: 0}
- componentType:
reference: Microsoft.MixedReality.Toolkit.XRSDK.Oculus.OculusXRSDKDeviceManager,
Microsoft.MixedReality.Toolkit.Providers.XRSDK.Oculus
componentName: XRSDK Oculus Device Manager
priority: 0
runtimePlatform: 33
deviceManagerProfile: {fileID: 0}
focusProviderType:
reference: Microsoft.MixedReality.Toolkit.Input.FocusProvider, Microsoft.MixedReality.Toolkit.Services.InputSystem
raycastProviderType:
Expand All @@ -78,7 +85,7 @@ MonoBehaviour:
speechCommandsProfile: {fileID: 11400000, guid: e8d0393e66374dae9646851a57dc6bc1,
type: 2}
enableControllerMapping: 1
controllerMappingProfile: {fileID: 11400000, guid: b375790d2b4152a40bde1c0375af4072,
controllerMappingProfile: {fileID: 11400000, guid: c876c674d41927a47b6beba1205fd673,
type: 2}
controllerVisualizationProfile: {fileID: 11400000, guid: 345c06fdf3732db46b96299bd3cba653,
type: 2}
Expand Down
5 changes: 2 additions & 3 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
"com.unity.textmeshpro": "2.0.1",
"com.unity.timeline": "1.2.6",
"com.unity.ugui": "1.0.0",
"com.unity.xr.legacyinputhelpers": "2.1.4",
"com.unity.xr.oculus.android": "2.38.4",
"com.unity.xr.oculus.standalone": "2.38.4",
"com.unity.xr.management": "3.2.13",
"com.unity.xr.oculus": "1.3.4",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",
Expand Down
6 changes: 6 additions & 0 deletions ProjectSettings/XRPackageSettings.asset
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"m_Settings": [
"RemoveLegacyInputHelpersForReload",
"ShouldQueryLegacyPackageRemoval"
]
}
8 changes: 5 additions & 3 deletions ProjectSettings/XRSettings.asset
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"m_SettingKeys": [
"VR Device Disabled",
"VR Device User Alert"
"VR Device User Alert",
"VR Device Transitioned Groups"
],
"m_SettingValues": [
"False",
"False"
"True",
"True",
",Android"
]
}