Gets the child of a game object by index and store it in a variable for later use. E.g., O to get the first child.
HINT: Use this with an integer variable to iterate through the children of a game object.
Game Object
The game object to search.
Child Index
The index of the child (0 = first child).
Store
Store the result in a variable.