Minor Improvement suggestions for Unity Debug Console
jensvdh opened this issue · 1 comments
jensvdh commented
Hey,
I really liked the debug console that the @worldofbalance/lobby team built.
I have a few improvements/suggestions that could make it even better:
- Can we add a small entry to our wiki on how to use it? Not a lot of people are aware of its existence and if it's still there next semester then they will find it and keep using it.
- Can we print the timestamp in front of each message? Like 10:09:04 - Hello World
- Can we open and close it using the "~" key. This is kind of the standard in most real world game engines (Unreal, Quake, Etc).
- Can we anchor it to the top or bottom? And maybe add a background? Right now it will probably overlap with some games or will be hard to read. That should make it a bit easier.
Here's an example of a quake style console:
https://github.com/mikelovesrobots/unity3d-console
These are just suggestions, so don't make them too high of a priority (Except maybe the Wiki Part), I can help you out if you want!