少年修仙传客户端代码仓库
client_Wu Xijin
2019-01-31 bb14d7a368c7602b19c8b38912be44adc381e0da
3335 场景切换重构
2个文件已修改
7 ■■■■■ 已修改文件
Fight/Stage/Dungeon/DungeonStage.cs 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Loading/LoadingWin.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Fight/Stage/Dungeon/DungeonStage.cs
@@ -81,7 +81,7 @@
        CreateMapTransfer();
        StartCoroutine(CreateMapArea());
        StartCoroutine("CreateMapArea");
        var mapConfig = Config.Instance.Get<MapConfig>(PlayerDatas.Instance.baseData.MapID);
        CurrentMapType = (MapType)mapConfig.MapFBType;
@@ -116,6 +116,7 @@
    {
        base.UnInitialize();
        StopAllCoroutines();
        mapData = null;
        if (s_MapAreaDict != null)
System/Loading/LoadingWin.cs
@@ -195,7 +195,8 @@
                else
                {
                    m_ContainerProgress.gameObject.SetActive(true);
                    m_ProgressSlider.value = refProgress = 0f;
                    refProgress = 0f;
                    m_ProgressSlider.ResetValue(0f);
                }
            }
@@ -218,7 +219,6 @@
        {
        }
        #endregion
        protected override void LateUpdate()
        {