yasirkula / UnityIngameDebugConsole

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

How to hide the persistent counter info? #41

Closed andrew-sidereal closed 3 years ago

andrew-sidereal commented 3 years ago

This is a great asset -- thank you.

I would just like to hide the hovering info window: https://i.imgur.com/lLL14Dj.png

I tried disabling it and other basic approaches, but it either breaks the asset or doesn't fully hide it.

Before I tear into the code, what's the recommended way of hiding it? In my use case, nothing is shown until the user presses a hotkey to show the console.

yasirkula commented 3 years ago

It can be disabled via Enable Popup option of IngameDebugConsole object.