Debug Panel extends the functionality of the standard Unity console. Makes debugging handy and visual. The main features of Debug Panel:
1. Always shows the current value of the variable in one line. No more arrays messages in the console.
2. Allows you to group variables by category. If necessary, any category can be collapse or expand.
3. Allows you to work even in the compiled application thanks to the Viewport Debug Panel.
4. Viewport Debug Panel allows you to receive error messages and warnings, even in the compiled application.
5. Easy to start and easy implementation