yasirkula / UnityIngameDebugConsole

A uGUI based console to see debug messages and execute commands during gameplay in Unity
MIT License
2.05k stars 218 forks source link

[Feature request] Collect logs when disabled #70

Closed Romaleks360 closed 2 years ago

Romaleks360 commented 2 years ago

In our project, we have a secret debug menu that opens with a key combination and contains useful stats (and the debug console, obviously). Menu is disabled on start to save screen space, and we only need it when something weird happens in the game. We need this debug menu in development builds for alpha-testers, but we don't want it to be discovered by everyone, hence the key combination. Seems like a pretty common use case for me. Currently, the console is not collecting logs when disabled. This should be an option in properties.

yasirkula commented 2 years ago

Fixed with release v1.5.6: the property "Receive Logs While Inactive" is disabled by default. Please make sure to read the property's tooltip, though.