Skip to content

Commit

Permalink
Add funds modal (#13)
Browse files Browse the repository at this point in the history
* Add funds modal

* fix lint

* prefab

* public marketplace package

* package version

* Windows

* lint

* lint

* lint
  • Loading branch information
andrew-yangy authored Sep 30, 2024
1 parent e466ca1 commit 77b4b73
Show file tree
Hide file tree
Showing 24 changed files with 3,017 additions and 318 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,20 +154,7 @@ private string GetBrowserPlatform()

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 void DestroyPreloader()
Expand Down
Loading

0 comments on commit 77b4b73

Please sign in to comment.