From f7e078e0646bd41bd21c52b831459f4f89a2add2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=86=A0=E5=B3=B0?= Date: Wed, 5 Mar 2025 10:54:02 +0800 Subject: [PATCH] update file system --- .../Runtime/FileSystem/Operation/FSDownloadFileOperation.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Assets/YooAsset/Runtime/FileSystem/Operation/FSDownloadFileOperation.cs b/Assets/YooAsset/Runtime/FileSystem/Operation/FSDownloadFileOperation.cs index b7dad8c6..b2165ef5 100644 --- a/Assets/YooAsset/Runtime/FileSystem/Operation/FSDownloadFileOperation.cs +++ b/Assets/YooAsset/Runtime/FileSystem/Operation/FSDownloadFileOperation.cs @@ -35,6 +35,11 @@ namespace YooAsset DownloadProgress = 0; } + internal override string InternalGetDesc() + { + return $"RefCount : {RefCount}"; + } + /// /// 减少引用计数 ///