You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Editor/Src/VR/Mono/Oculus/VRCustomOptionsOculus.cs
+15-2Lines changed: 15 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,11 @@ internal class VRCustomOptionsOculus : VRCustomOptions
13
13
{
14
14
staticGUIContents_SharedDepthBufferLabel=EditorGUIUtility.TextContent("Shared Depth Buffer|Enable depth buffer submission to allow for overlay depth occlusion, etc.");
15
15
staticGUIContents_DashSupportLabel=EditorGUIUtility.TextContent("Dash Support|If enabled, pressing the home button brings up Dash, otherwise it brings up the older universal menu.");
16
+
staticGUIContents_V2SigningLabel=EditorGUIUtility.TextContent("V2 Signing (Quest)|Enable APK v2 signing if building for Oculus Quest. Disable v2 signing if building for Gear VR or Oculus Go.");
0 commit comments