FindGameObject

Finds and returns a GameObject by name.

FindGameObject

Property Name Description
Name The name of the GameObject.
Output Output the found GameObject. If not found, it returns null.

For more information, see GameObject.Find.