Como conseguir o último filho do GameObject na unidade
lastChild = transform.GetChild(transform.childCount - 1);
Pixel Man
lastChild = transform.GetChild(transform.childCount - 1);