From be92ea5a2731994589de3d5c472e24f91fa684f3 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 09 十二月 2024 20:43:11 +0800
Subject: [PATCH] 0312 分包表提前下载,如果下载失败会重复下载
---
System/AssetVersion/AssetVersionUtility.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/System/AssetVersion/AssetVersionUtility.cs b/System/AssetVersion/AssetVersionUtility.cs
index 52a6b09..df997f3 100644
--- a/System/AssetVersion/AssetVersionUtility.cs
+++ b/System/AssetVersion/AssetVersionUtility.cs
@@ -78,6 +78,8 @@
}
else
{
+ //涓�鐩村皾璇曚笅杞�
+ task.BeginDownload(OnDownLoadPriorBundle);
Debug.Log("OnDownLoadPriorBundle fail - before AssetVersion");
}
}
--
Gitblit v1.8.0