SimpleConsole is an in-game console. It is very easy to set up, requiring just one line of code. It works with both C# and JavaScript.
Its feature:
* Outputs Unity's debug logging in development builds
* Commands that are only available in development builds
* Built-in parsing of arguments (int, float, string)
* Printing messages directly to the console
* Command suggestion while typing
* Tab auto-complete command -- press tab and the first suggested command pops up
* Command history -- use Up and Down Arrows to traverse
* Multicolored text printing
* GameObject manipulation (WIP)
Update
Added:
* Can now use a custom GUI
* Can use code commands to display console instead of '~'