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