Hi, I’m developing a script prefab for Unity at the moment that can be dropped into any game and will add a developers console inside the game using the Unity GUI system. If you don’t know what I’m talking about, this is the kind of thing you see in almost any game when you hit the tilde key. It’s usually displayed at the top of the screen and lets you type in commands to test the game, for instance turn off collision or enter god mode. I’ve added a few obvios commands to my script such as moving objects etc. But I’m now wondering what you guys would want most as commands for this console? Go crazy
A command to enable profiling information. It’s always interesting and useful to see the renderer statistics or the breakdown of what uses the most CPU per frame.
I made a console system similar to this, just with less commands. However, it comes with the ability to add your own commands. Which allows you to create these various modes and so forth by yourself.