데이터 연동 시작 시 일부 객체가 완전히 사라지는 문제

This commit is contained in:
geondo55
2025-07-01 11:08:41 +09:00
parent 37663571f2
commit 8f8de3d19a

View File

@@ -34,6 +34,7 @@ namespace Studio.Dynamic.Manager
//todo::팝업메시지 나주엥 설정.... //todo::팝업메시지 나주엥 설정....
return; return;
} }
connector.componentScrollView.RemoveItem(asset.hierarchyItem);
StudioService.instance.AddTypeListener(type, OnDataUpdate); StudioService.instance.AddTypeListener(type, OnDataUpdate);
StudioService.instance.AddTypeIdListener(type); StudioService.instance.AddTypeIdListener(type);
} }