FindGameObject
Finds and returns a GameObject by name.
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.
Finds and returns a GameObject by name.
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.