From 5e0af963c24414a7611a68af93c4f61422c79384 Mon Sep 17 00:00:00 2001 From: shenjianxing <”315615051@qq.com“> Date: Fri, 7 Mar 2025 17:39:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/HighlightPlus/Runtime/Scripts/HighlightTrigger.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Assets/HighlightPlus/Runtime/Scripts/HighlightTrigger.cs b/Assets/HighlightPlus/Runtime/Scripts/HighlightTrigger.cs index a8c12a15..0a31d608 100644 --- a/Assets/HighlightPlus/Runtime/Scripts/HighlightTrigger.cs +++ b/Assets/HighlightPlus/Runtime/Scripts/HighlightTrigger.cs @@ -306,7 +306,6 @@ namespace HighlightPlus { if (isActiveAndEnabled && triggerMode == TriggerMode.ColliderEventsOnlyOnThisObject) { if (!CanInteract()) return; - Debug.Log("进入"); hb.outline = 1; Highlight(true); } @@ -317,7 +316,6 @@ namespace HighlightPlus { if (isActiveAndEnabled && triggerMode == TriggerMode.ColliderEventsOnlyOnThisObject) { if (!CanInteract()) return; - Debug.Log("退出"); hb.outline = 1; Highlight(false); }