Cómo conseguir el último hijo de GameObject en Unity
lastChild = transform.GetChild(transform.childCount - 1);
Pixel Man
lastChild = transform.GetChild(transform.childCount - 1);