Compare commits

..

No commits in common. "3f786bca3b267f08ecec6c22fb0b0eb3c423c105" and "974493f88dfa90ff6b440374b58f1f1ad7060748" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ namespace YooAsset
} }
#elif UNITY_STANDALONE_OSX #elif UNITY_STANDALONE_OSX
url = new System.Uri(path).ToString(); url = new System.Uri(path).ToString();
#elif UNITY_STANDALONE || UNITY_WSA #elif UNITY_STANDALONE
url = StringUtility.Format("file:///{0}", path); url = StringUtility.Format("file:///{0}", path);
#else #else
throw new System.NotImplementedException(); throw new System.NotImplementedException();