From 691f8725a2e36fa8fdaddc4ec4de743cc2adaade Mon Sep 17 00:00:00 2001 From: geondo55 <102933884+geondo55@users.noreply.github.com> Date: Fri, 18 Jul 2025 10:00:55 +0900 Subject: [PATCH] =?UTF-8?q?=ED=95=98=EC=9C=84=20=EA=B0=9D=EC=B2=B4=20?= =?UTF-8?q?=ED=98=B8=EB=B2=84=EB=A7=81=20=EC=8B=9C=20=EC=83=81=EC=9C=84=20?= =?UTF-8?q?=EA=B0=9D=EC=B2=B4=20=ED=98=B8=EB=B2=84=EB=A7=81=20=EB=90=98?= =?UTF-8?q?=EB=8A=94=20=EC=98=A4=EB=A5=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/Studio/AssetTool/CustomAssetRenderObject.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Assets/Scripts/Studio/AssetTool/CustomAssetRenderObject.cs b/Assets/Scripts/Studio/AssetTool/CustomAssetRenderObject.cs index 641f9024..8ea58dae 100644 --- a/Assets/Scripts/Studio/AssetTool/CustomAssetRenderObject.cs +++ b/Assets/Scripts/Studio/AssetTool/CustomAssetRenderObject.cs @@ -106,7 +106,8 @@ namespace Studio.AssetTool public void OnPointerEnter(PointerEventData eventData) { //ResizeBoundary(); - if (isSelected || isCollided) + + if (isSelected || isCollided || eventData.pointerEnter != gameObject) { return; }