From 3409f7ce4d728957865f5626c90c5ed045b37b11 Mon Sep 17 00:00:00 2001 From: "SONG\\11700" <1170019001@qq.com> Date: Wed, 26 Mar 2025 12:07:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86UWP=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/YooAsset/Runtime/DownloadSystem/DownloadSystemHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();