Как получить последнего ребенка GameObject в Unity
lastChild = transform.GetChild(transform.childCount - 1);
Pixel Man
lastChild = transform.GetChild(transform.childCount - 1);