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

Some command console features #4

Closed StellarYan closed 5 years ago

StellarYan commented 5 years ago

Here are some really useful features when using command console.

yasirkula commented 5 years ago

https://github.com/yasirkula/UnityIngameDebugConsole/commit/0b35e8eed172ad69674db11f2b856dde910664c6 addresses some of these features. Thanks for the PR.

I didn't include "focus on input field on popup" because on mobile devices, it would trigger the virtual keyboard whenever the console becomes visible.