fix maybe

This commit is contained in:
2024-04-21 16:23:12 -04:00
parent 4b6f21836b
commit 77a516fadc
4 changed files with 12 additions and 28 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ public class UnityFile
name = Pathing.ToPlatformAssetBundleName(name);
}
//string text = Pathing.appContentDataPath + localpath + name;
string text = "file://localhost/" + HelperFunctions.CreateFilePath(("/" + localpath+ name));
string text = "file://localhost/" + HelperFunctions.CreateFilePath(("/" + localpath+ name)).TrimStart('/');
Debug.LogWarning("Loader: "+ text);
return text;
}