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 79df9e4 commit 0a3fb99Copy full SHA for 0a3fb99
sample/Assets/Scripts/AuthenticatedScript.cs
@@ -51,7 +51,7 @@ async void Start()
51
ShowOutput("Passport instance is null");
52
}
53
54
-#if UNITY_STANDALONE_WIN || (UNITY_ANDROID && UNITY_EDITOR_WIN) || (UNITY_IPHONE && UNITY_EDITOR_WIN)
+#if !IMMUTABLE_CUSTOM_BROWSER && (UNITY_STANDALONE_WIN || (UNITY_ANDROID && UNITY_EDITOR_WIN) || (UNITY_IPHONE && UNITY_EDITOR_WIN))
55
LaunchBrowserButton.gameObject.SetActive(true);
56
#else
57
LaunchBrowserButton.gameObject.SetActive(false);
0 commit comments