Get a child of a GameObject by Name Unity C# // Get a child by Name GameObject Child = GameObjectsTransform.Find("ChildName").gameObject Related