Debug Tools Plus is a powerful library that enhances Unity's built-in debugging tools. It allows you to better review your code, create log files, and even record and dump data for advanced debugging. With its simple and intuitive interface, you can easily replace Debug.Log with D.Log and explore the available overloads. The D class includes extra methods such as StartRecording and StopRecording, which generate Dump files to help you perform more advanced debugging.
The package includes an Editor Window Class: ReadDumpWindow, a Static Class: D, a Static Class: DColors, an Enum: DColor, and a Script: DebugToolsPlusTest. It also comes with a Demo Scene: DebugToolsPlus_DemoScene to showcase its functionality.




