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); }