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.
2 parents 4061b12 + fef6fe3 commit f383faaCopy full SHA for f383faa
src/Packages/Passport/Runtime/ThirdParty/ImmutableBrowserCore/GameBridge.cs
@@ -26,7 +26,7 @@ public static string GetFilePath()
26
// macOS
27
filePath = SCHEME_FILE + Path.GetFullPath(Application.dataPath) + MAC_DATA_DIRECTORY + PASSPORT_DATA_DIRECTORY_NAME + PASSPORT_HTML_FILE_NAME;
28
filePath = filePath.Replace(" ", "%20");
29
-#elif UNITY_IPHONE
+#elif UNITY_IPHONE && !UNITY_EDITOR
30
// iOS device
31
filePath = Path.GetFullPath(Application.dataPath) + PASSPORT_DATA_DIRECTORY_NAME + PASSPORT_HTML_FILE_NAME;
32
#elif UNITY_EDITOR_WIN
0 commit comments