fix path
This commit is contained in:
@@ -13,7 +13,7 @@ public static class HelperFunctions
|
||||
updatedPath = Pathing.BaseContentPath.TrimEnd('/') + pathAdditions;
|
||||
if (!System.IO.File.Exists(updatedPath))
|
||||
{
|
||||
updatedPath = Application.streamingAssetsPath + "/JP" + pathAdditions;
|
||||
updatedPath = Application.streamingAssetsPath.TrimEnd('/') + "/JP" + pathAdditions;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user