From aee489d5d6c13c91f8598e3f183ea6f9afcd762f Mon Sep 17 00:00:00 2001 From: QiJing <> Date: Fri, 22 Dec 2023 17:44:37 +0800 Subject: [PATCH] =?UTF-8?q?add=20mly=E6=89=A9=E5=B1=95=E7=9A=84=E6=96=B9?= =?UTF-8?q?=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Runtime/PackageSystem/PlayMode/WebPlayModeImpl.cs | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Assets/YooAsset/Runtime/PackageSystem/PlayMode/WebPlayModeImpl.cs b/Assets/YooAsset/Runtime/PackageSystem/PlayMode/WebPlayModeImpl.cs index 2ab2e58..d3ce6bb 100644 --- a/Assets/YooAsset/Runtime/PackageSystem/PlayMode/WebPlayModeImpl.cs +++ b/Assets/YooAsset/Runtime/PackageSystem/PlayMode/WebPlayModeImpl.cs @@ -199,6 +199,17 @@ namespace YooAsset { return ResourceUnpackerOperation.CreateEmptyUnpacker(upackingMaxNumber, failedTryAgain, timeout); } + + public List GetCachedTagsRawFiles(string[] tags) + { + throw new NotImplementedException(); + } + + public List GetNeedDownloadTagsRawFiles(string[] tags) + { + throw new NotImplementedException(); + } + #endregion #region IBundleServices接口