As crianças da unidade destruem
//put in any gameobject having children and enter playmode
while (transform.childCount > 0)
{
DestroyImmediate(transform.GetChild(0).gameObject);
}
M.Bilal Nawaz