Transform tr = GetComponent<Transform>().Find("NameOfTheObject"); GameObject go = tr.gameObject;
Find returns null if none is found
Find
null