FindGameObject

Finds and returns a GameObject by name.

FindGameObject

Properties

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

Remarks

For more information, seeGameObject.Find.