gameobject_tag
Assign tags to GameObjects in Unity for organization and scripting. Specify the GameObject name and a valid Unity tag to categorize objects for easier management and interaction.
Instructions
Set the tag of a GameObject.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the GameObject | |
| tag | Yes | Tag to set (must be defined in Unity Tag Manager) |