mirror of https://github.com/tuyoogame/YooAsset
parent
974493f88d
commit
f57b354e9b
|
@ -67,7 +67,7 @@ namespace YooAsset
|
|||
}
|
||||
#elif UNITY_STANDALONE_OSX
|
||||
url = new System.Uri(path).ToString();
|
||||
#elif UNITY_STANDALONE
|
||||
#elif UNITY_STANDALONE || UNITY_WSA
|
||||
url = StringUtility.Format("file:///{0}", path);
|
||||
#else
|
||||
throw new System.NotImplementedException();
|
||||
|
|
Loading…
Reference in New Issue