Wie man das letzte Kind von GameObject in Einheit bekommt
lastChild = transform.GetChild(transform.childCount - 1);
Pixel Man
lastChild = transform.GetChild(transform.childCount - 1);