maybe fix path

Main
Arneth 2 years ago
parent 79c588ef27
commit 4b6f21836b

@ -133,7 +133,7 @@ public class UnityFile
name = Pathing.ToPlatformAssetBundleName(name); name = Pathing.ToPlatformAssetBundleName(name);
} }
//string text = Pathing.appContentDataPath + localpath + name; //string text = Pathing.appContentDataPath + localpath + name;
string text = HelperFunctions.CreateFilePath(("/" + localpath+ name)); string text = "file://localhost/" + HelperFunctions.CreateFilePath(("/" + localpath+ name));
Debug.LogWarning("Loader: "+ text); Debug.LogWarning("Loader: "+ text);
return text; return text;
} }

Loading…
Cancel
Save