From eb3e29b6ad68c3e0b51fa7630442a5cc8761efff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=86=A0=E5=B3=B0?= Date: Tue, 29 Jul 2025 14:33:54 +0800 Subject: [PATCH] =?UTF-8?q?style=20:=20=E4=BF=AE=E6=94=B9=E5=BD=A2?= =?UTF-8?q?=E5=8F=82=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/YooAsset/Runtime/ResourcePackage/ResourcePackage.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/YooAsset/Runtime/ResourcePackage/ResourcePackage.cs b/Assets/YooAsset/Runtime/ResourcePackage/ResourcePackage.cs index 16983a02..53cc733c 100644 --- a/Assets/YooAsset/Runtime/ResourcePackage/ResourcePackage.cs +++ b/Assets/YooAsset/Runtime/ResourcePackage/ResourcePackage.cs @@ -251,7 +251,7 @@ namespace YooAsset /// 预下载指定版本的包裹资源 /// /// 包裹版本 - /// 超时时间(默认值:60秒) + /// 资源清单下载的超时时间(默认值:60秒) public PreDownloadContentOperation PreDownloadContentAsync(string packageVersion, int timeout = 60) { DebugCheckInitialize(false);