Finds the child of a game object by name, tag, or both, and stores it in a variable for later use. Use this to find attach points etc.
Game Object
The game object to search.
Child Name
The name of the child to search for.
With Tag
The tag to search for.
Store
Store the result in a variable.