What is Unity Tag?

In Unity, Tag are references assigned to one or more GameObject in-game.

As the project grows, the number of GameObjects in the game will increase accordingly. This creates difficulties in managing them.

That's why we use Tag to group and, in some cases, manage GameObjects in bulk.

For example, you can group all the reward objects that your character will earn by progressing in a level in a Tag named award so that you can more easily manage their common points.



You May Interest

Checking If Unity GameObject Has Child Object

What is Unity Asset?

Searching Multiple GameObjects By Unity Tag

Adding a Button Property to an Object in Code in Unity

Running Your Unity Project From Any Visual Studio You Want