少年修仙传客户端代码仓库
hch
2025-02-12 88818ef2c49dee4e68ee59004f3952a0102201e3
10394 下载优化 和 版本号显示
2个文件已修改
2 ■■■ 已修改文件
Core/GameEngine/Login/Launch.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/AssetVersion/DownloadMgr.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Core/GameEngine/Login/Launch.cs
@@ -1140,6 +1140,7 @@
            threshold = Application.platform == RuntimePlatform.WindowsEditor ? 1f : 0.9f;
            LaunchPostProcess.Instance.Begin();
            InitialFunctionConfig.Init(true);   //有更新再初始化一次
        }
        public override void End()
System/AssetVersion/DownloadMgr.cs
@@ -136,7 +136,6 @@
            return;
        
        //DebugEx.LogFormat("下载最大任务:{0}", MaxDownLoadTask);
        ScrollTip.ShowTip("下载最大任务:" + MaxDownLoadTask);
        var task = waitTask.Dequeue();
        if (task.IsDone)
            return;