mirror of https://github.com/tuyoogame/YooAsset
fix path error
parent
b67868868d
commit
d1aca5b675
|
@ -15,7 +15,7 @@ namespace YooAsset
|
|||
#elif UNITY_IPHONE
|
||||
return StringUtility.Format("file://{0}", path);
|
||||
#elif UNITY_ANDROID
|
||||
if (path.StartsWith("jar:file//"))
|
||||
if (path.StartsWith("jar:file://"))
|
||||
return path;
|
||||
else
|
||||
return StringUtility.Format("jar:file://{0}", path);
|
||||
|
|
Loading…
Reference in New Issue