small fix

This commit is contained in:
2022-11-19 13:27:09 -05:00
parent c693d9c871
commit 750cae74c7
82 changed files with 99 additions and 2 deletions
+2 -2
View File
@@ -21,8 +21,8 @@ public static class Pathing
{
get
{
//return Pathing.appContentDataUri.ToString();
return "file://localhost/" + Application.streamingAssetsPath;
string path = Application.streamingAssetsPath.TrimStart('/');
return "file://localhost/" + path;
}
}