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

Unity Main Camera Tracking Player

Unity Visual Studio Debug Problem

What is Unity NPC?

Using the Unity Editor Device Simulator

How to Adjust Unity Screen Rotation Settings?