
Organize your console, display messages with colors, create debug files, and more with DebugToolsPlus.What is Debug Tools PlusDebug Tools Plus is a free open-source library that extends Unity's built-in tools, allowing you to better review your code and even create log files that you can read later.How to UseSimply replace Debug.Log with D.Log and explore the available overloads. Additionally, the D class includes extra methods such as StartRecording and StopRecording, which will generate Dump files to help you perform more advanced debugging.You can find all the information at the following link:https://github.com/Frambueesaa/Unity-DebugToolsPlusEditor Window Class: ReadDumpWindow – A window to read created dumps.Static Class: D – Main debugging utility with enhanced logging.Static Class: DColors – Predefined color set for formatted logs.Enum: DColor – Color options for debug messages.Script: DebugToolsPlusTest – Example script to demonstrate features.Demo Scene: DebugToolsPlus_DemoScene – Showcases the functionality.