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