From 8f8de3d19a19a0c843fbbc1bf05b4a619a8b6a99 Mon Sep 17 00:00:00 2001 From: geondo55 <102933884+geondo55@users.noreply.github.com> Date: Tue, 1 Jul 2025 11:08:41 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8D=B0=EC=9D=B4=ED=84=B0=20=EC=97=B0?= =?UTF-8?q?=EB=8F=99=20=EC=8B=9C=EC=9E=91=20=EC=8B=9C=20=EC=9D=BC=EB=B6=80?= =?UTF-8?q?=20=EA=B0=9D=EC=B2=B4=EA=B0=80=20=EC=99=84=EC=A0=84=ED=9E=88=20?= =?UTF-8?q?=EC=82=AC=EB=9D=BC=EC=A7=80=EB=8A=94=20=EB=AC=B8=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/Studio/TwinObject/DynamicObject/AGVManager.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/Scripts/Studio/TwinObject/DynamicObject/AGVManager.cs b/Assets/Scripts/Studio/TwinObject/DynamicObject/AGVManager.cs index 69ffac6e..b56a8212 100644 --- a/Assets/Scripts/Studio/TwinObject/DynamicObject/AGVManager.cs +++ b/Assets/Scripts/Studio/TwinObject/DynamicObject/AGVManager.cs @@ -34,6 +34,7 @@ namespace Studio.Dynamic.Manager //todo::팝업메시지 나주엥 설정.... return; } + connector.componentScrollView.RemoveItem(asset.hierarchyItem); StudioService.instance.AddTypeListener(type, OnDataUpdate); StudioService.instance.AddTypeIdListener(type); } -- 2.48.1.windows.1