少年修仙传客户端代码仓库
hch
2024-12-07 b21b126e18170713f691f68f1ba25ee4edbedb2b
0312 分包表提前下载,如果下载失败会重复下载
1个文件已修改
2 ■■■■■ 已修改文件
System/AssetVersion/AssetVersionUtility.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/AssetVersion/AssetVersionUtility.cs
@@ -78,6 +78,8 @@
        }
        else
        {
            //一直尝试下载
            task.BeginDownload(OnDownLoadPriorBundle);
            Debug.Log("OnDownLoadPriorBundle fail - before AssetVersion");
        }
    }