mirror of https://github.com/tuyoogame/YooAsset
Compare commits
No commits in common. "3f786bca3b267f08ecec6c22fb0b0eb3c423c105" and "974493f88dfa90ff6b440374b58f1f1ad7060748" have entirely different histories.
3f786bca3b
...
974493f88d
|
@ -67,7 +67,7 @@ namespace YooAsset
|
|||
}
|
||||
#elif UNITY_STANDALONE_OSX
|
||||
url = new System.Uri(path).ToString();
|
||||
#elif UNITY_STANDALONE || UNITY_WSA
|
||||
#elif UNITY_STANDALONE
|
||||
url = StringUtility.Format("file:///{0}", path);
|
||||
#else
|
||||
throw new System.NotImplementedException();
|
||||
|
|
Loading…
Reference in New Issue