small fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user