unity access child

C#
// To acces a child of a gameObject use the combination below
parentGameObject.transform.GetChild(0).gameObject
Source

Also in C#: