diff --git a/Assets/YooAsset/Runtime/DownloadSystem/DownloadSystemHelper.cs b/Assets/YooAsset/Runtime/DownloadSystem/DownloadSystemHelper.cs index 8651975d..e127f351 100644 --- a/Assets/YooAsset/Runtime/DownloadSystem/DownloadSystemHelper.cs +++ b/Assets/YooAsset/Runtime/DownloadSystem/DownloadSystemHelper.cs @@ -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();