Transform[] transforms = this.GetComponentsInChildren<Transform>(); foreach(Transform t in transforms) { if (t.gameObject.name == "Child") { Debug.Log ("Found " + t); } }