We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea00a31 commit aa294a3Copy full SHA for aa294a3
Runtime/Scripts/AryzonCardboardSubsystemLoader.cs
@@ -93,18 +93,17 @@ public static void UpdateCardboard()
93
{
94
return;
95
}
96
- //if (XRLoader.renderWidgets)
97
- //{
+
98
if (Api.IsGearButtonPressed)
99
100
Api.ScanDeviceParams();
101
102
103
if (Api.IsCloseButtonPressed)
104
105
- Application.Quit();
+ AryzonSettings.Instance.aryzonManager.StopAryzonMode();
106
107
- //}
108
if (Api.HasNewDeviceParams())
109
110
Api.ReloadDeviceParams();
@@ -133,4 +132,4 @@ private static void ConnectCardboardInputSystem()
133
132
134
135
136
-}
+}
0 commit comments