diff --git a/src/Packages/Passport/Runtime/ThirdParty/UnityWebBrowser/dev.voltstro.unitywebbrowser@2.2.5/Runtime/Helper/WebBrowserUtils.cs b/src/Packages/Passport/Runtime/ThirdParty/UnityWebBrowser/dev.voltstro.unitywebbrowser@2.2.5/Runtime/Helper/WebBrowserUtils.cs index bff41f88..b51d2fc5 100644 --- a/src/Packages/Passport/Runtime/ThirdParty/UnityWebBrowser/dev.voltstro.unitywebbrowser@2.2.5/Runtime/Helper/WebBrowserUtils.cs +++ b/src/Packages/Passport/Runtime/ThirdParty/UnityWebBrowser/dev.voltstro.unitywebbrowser@2.2.5/Runtime/Helper/WebBrowserUtils.cs @@ -43,10 +43,8 @@ public static string GetAdditionFilesDirectory() { #if UNITY_EDITOR return Path.GetFullPath(Path.Combine(Directory.GetParent(Application.dataPath)!.FullName, "Library")); -#elif UNITY_STANDALONE_OSX - return Application.persistentDataPath; #else - return Application.dataPath; + return Application.persistentDataPath; #endif }