Skip to content

Commit

Permalink
fix: merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 committed Oct 2, 2024
2 parents 357d2d1 + 77b4b73 commit 10bcf65
Show file tree
Hide file tree
Showing 73 changed files with 5,684 additions and 2,728 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,23 +150,10 @@ private string GetBrowserPlatform()
#endif
}

private string GetBrowserPath()
{
#if UNITY_EDITOR
return Application.persistentDataPath;
#else
if (XsollaSettings.PackInAppBrowserInBuild)
{
var path = Application.dataPath;
path = System.IO.Directory.GetParent(path).FullName;
return System.IO.Path.Combine(path, ".local-chromium");
}
else
{
return Application.persistentDataPath;
}
#endif
}
private string GetBrowserPath()
{
return Application.persistentDataPath;
}

private void DestroyPreloader()
{
Expand Down
Loading

0 comments on commit 10bcf65

Please sign in to comment.