DEV Community

Cover image for Added a tagging system to my runtime debug panel — FludeX 1.2.0 (Unity UIToolkit)
Serhii Smirnov
Serhii Smirnov

Posted on

Added a tagging system to my runtime debug panel — FludeX 1.2.0 (Unity UIToolkit)

Prefix any Debug.Log with [TAG]: and it shows as a colored chip right in the log list. Assign custom colors per tag via config. Timestamps too — game time or wall clock, toggleable per project.

Curious — what tags would you use in your project? And is there anything you wish runtime console tools did that they currently don't?

Top comments (0)