mirror of https://github.com/tuyoogame/YooAsset
Compare commits
4 Commits
974493f88d
...
3f786bca3b
Author | SHA1 | Date |
---|---|---|
|
3f786bca3b | |
|
98719d212f | |
|
3409f7ce4d | |
|
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