- Home /
 
 
               Question by 
               j_perker · Aug 03, 2014 at 02:54 PM · 
                gameobjectparentchild  
              
 
              How can I access a child object?
I want to get the child object of "Controller" via script. The child object I want is called "LeftJoyStick"
I'd want something like this
GameObject.Find("Controller").GameObject.Find("LeftJoyStick");
               Comment
              
 
               
              Your answer
 
             Follow this Question
Related Questions
Make a simple tree 1 Answer
"Center On Children" programmatically 1 Answer
Attaching a game object as a child during runtime? 3 Answers
Multiple cameras as child or assign coords/rot to main cam 1 Answer
Getting the topmost parent 1 Answer