About
Debug Console shows you all logs in a single UI similar to Unity's editor console. With the option to filter by log level, collapse identical messages into a single entry, and global filters to ignore messages, everything stays clean and readable. You can even use the search bar to find...
A collection of three simple plugins related to logging:
LoggingTrigger
Let's you write messages/errors to the log from any trigger in your scene. Very helpful when debugging scene logic. Disabling the plugin suppresses log output. You can see this in action in my scene The Grind Of Your Life...