unity get first child code example Example: how to access first child of parent unity Transform firstChild = GameObject.Find("obj1").transform.GetChild(0);