Better Tags streamlines the process of creating and managing tags for GameObjects in Unity. This package generates auto-generated MonoBehaviour scripts to store tags, making it easy to create, check, and modify tags. You can create tags using the Unity Create menu and check for them directly in your code. Tags can also be added or removed at runtime using the provided Extensions Class. This solution does not interfere with Unity's native tag system and allows for multiple tags per object.
- Create MonoBehaviour tags with a single click
- Use the custom Extensions Class to easily check if an object has a tag
- Add or remove tags at runtime using the Extensions Class
- Compatible with Unity's native tag system
- Supports multiple tags per object





