Is your custom logging system in #unity3d being bloated with extra call stacks and clicks not leading you to the right line of code? Have a look at this!

#GameDev #IndieDev
https://www.thungsten.com/article/4/proper-debug-logging-in-unity/

Proper Debug Logging in Unity | THUNGSTEN

As soon as you go beyond using Debug.Log everywhere and instead integrate it into your own logging system, there's a few things you should know to improve your experience.

THUNGSTEN