hch
2025-10-11 1a7b1b9fa3b539fa57f54a5d69aa9c01b0e5b0e9
Main/System/NewBieGuidance/NewBieWin.cs
@@ -102,9 +102,16 @@
        {
            m_ClickTarget = FindTransform(stepConfig.UIElementPath);
            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)
        {