This commit is contained in:
wsh
2025-05-28 14:05:35 +09:00
parent 6ee26ed70a
commit fa366785c8

View File

@@ -172,8 +172,9 @@ namespace Studio.Dynamic.TwinObject
AGVManager.instance.SetCopyObject(isAuto, renderObject);
}
private void OnDestroy()
protected override void OnDestroy()
{
base.OnDestroy();
StudioService.instance.RemoveTypeIdListener(renderObject.topic, renderObject.code);
}
}