修复了UWP平台报错

pull/520/head
SONG\11700 2025-03-26 12:07:59 +08:00
parent 974493f88d
commit 3409f7ce4d
1 changed files with 1 additions and 1 deletions

View File

@ -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();