This package provides a convenient way to manage tags in Unity. It allows you to search for existing tags, create new ones, and assign them to multiple GameObjects at once. The tool also generates a static Tag.cs file, enabling you to reference tags by name in your code, eliminating the need for 'magic strings'.
- Tag database search functionality
- Tag creation and management
- Single and multi-GameObject tag assignment
- Static class for easy tag referencing





