hch
4 天以前 1a7b1b9fa3b539fa57f54a5d69aa9c01b0e5b0e9
0312 增加引导路径配置错误警告
2个文件已修改
9 ■■■■■ 已修改文件
Main/System/Battle/BattleField/BattleField.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/NewBieGuidance/NewBieWin.cs 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/Battle/BattleField/BattleField.cs
@@ -550,6 +550,8 @@
        recordPlayer.ForceFinish();
    }
    //暂停的原因有很多,需要检查各种状态
    bool CanResumeGame()
    {
        if (UIManager.Instance.IsOpened<NewBieWin>())
Main/System/NewBieGuidance/NewBieWin.cs
@@ -104,6 +104,13 @@
            if (m_ClickTarget != null)
            { 
                m_lastTargetPosition = m_ClickTarget.position;
            }
            else
            {
                #if UNITY_EDITOR
                if (!string.IsNullOrEmpty(stepConfig.UIElementPath))
                    Debug.LogError($"引导步骤{step}找不到目标{stepConfig.UIElementPath}, 若不需要请删除路径");
                #endif
            }
        }
        catch (Exception ex)