Tag Debug helps you organize your console logs by allowing tag-based filtering, color customization, and easy on/off control for a cleaner, more efficient debugging experience.
HOW TO USE:
01 - Enable TagDebug Window
Tools > TagDebugConfig
This will open a cfg windows, drag it wherever you want.
You can generate random colors, change the color for each tag, enable or disable tags, mark them as essential, enable or disable everything, or enable only the essential ones.
02 - How To use
Declare the namespace
Now just use it.
The script will use the configuration based on the tag of the GameObject it is associated with.
To use it in a non-MonoBehaviour script, you need to pass a GameObject as a reference, and it will use the configurations of that GameObject.




