少年修仙传客户端代码仓库
client_Wu Xijin
2019-01-25 6ff7e413838d7dc3889fd72e0c13cd8ab7787d9f
3335 在更新完 builtin 资源后,卸载assetbundle包
1个文件已修改
6 ■■■■ 已修改文件
System/Launch/LaunchWin.cs 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Launch/LaunchWin.cs
@@ -64,7 +64,11 @@
        {
            backGroundTimer = 0f;
            backGroundIndex = 0;
            m_TotalProgressSlider.ResetValue(0f);
            if (m_TotalProgressSlider!=null)
            {
                m_TotalProgressSlider.ResetValue(0f);
            }
            m_AlphaTween.SetStartState();
            m_Version.text = StringUtility.Contact(VersionConfig.Get().version, "_", VersionConfig.Get().buildIndex);