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