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) {