From 3f2cd27c5dfb3b450245bf1a37fc1b3414031c7c Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期三, 11 二月 2026 11:03:58 +0800
Subject: [PATCH] 小游戏适配 资源系统改造
---
Main/System/AssetVersion/DownLoadAndDiscompressHotTask.cs | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/Main/System/AssetVersion/DownLoadAndDiscompressHotTask.cs b/Main/System/AssetVersion/DownLoadAndDiscompressHotTask.cs
index 97f8daf..bf430c0 100644
--- a/Main/System/AssetVersion/DownLoadAndDiscompressHotTask.cs
+++ b/Main/System/AssetVersion/DownLoadAndDiscompressHotTask.cs
@@ -144,7 +144,9 @@
{
if (reinitedBuiltInAsset)
{
- AssetBundleUtility.Instance.ReInitBuiltInAsset();
+ // YooAsset 璧勬簮鏇存柊鍚庤嚜鍔ㄧ敓鏁堬紝涓嶅啀闇�瑕� AssetBundleUtility.ReInitBuiltInAsset()
+ // 濡傞渶涓诲姩鍒锋柊鍙�氳繃 YooAsset 鐨� manifest 鏇存柊鏈哄埗澶勭悊
+ Debug.Log("[DownLoadAndDiscompressHotTask] BuiltIn asset refresh skipped 鈥� YooAsset handles resource versioning");
}
}
catch (System.Exception ex)
--
Gitblit v1.8.0