This is a package of extended debug tools that assist you in your project development and debugging.
This package includes:
Logger
- A powerful, very fast and easy-to-use logging tool that works both in editor and in user-threads
- It's an fast way of just logging your data and filtering through it all in one window
Code Timer
- Code timer is an easy way to measure how much time is spent in different parts of your code, not just in methods.
- This also can be used both in threads and editor scripts
- There is minimal overhead and the timer is very accurate
Works with Unity 5 and above!