FindGameObjectWithTag
Finds and returns one active GameObject with the specified tag.

Properties
| Property Name | Description |
|---|---|
| Tag | Tag |
| Output | Output the found GameObject. If not found, it returns null. |
Remarks
For more information, see GameObject.FindWithTag.