Unity runtime command console: add custom commands/variables via attributes, auto-discover providers, and debug gameplay live with slash helper, history, access control, and themingGame Console PRO is a runtime console for Unity that makes it much easier to add custom commands, debug your game while it is running, and build small in-game tools for development. You can drop the prefab into your scene, open the console in Play Mode or in a build, and start controlling parts of your game right away through a clean console-style interface.Setting up commands is simple. You just add attributes to MonoBehaviours or static classes, and the system automatically finds them in the scenes you have loaded. That means less manual setup and a much smoother workflow when you want to add new debug tools, QA shortcuts, cheats, tuning controls, or internal developer commands.It also includes the features you would expect from a good console: slash-command search, smart suggestions, command history, parameter hints, help commands, runtime logs, access control, and a UI Toolkit interface you can customize to fit your project. It feels lightweight and fast, but still gives you plenty of room to grow.Add runtime commands to Unity easily with attribute-based setupDebug gameplay systems live in Play Mode and player buildsAuto-discover command providers with minimal setupExpose variables for real-time tuning and testingUse built-in slash search, history, help, and parameter hintsSend DEBUG, INFO, WARNING, and ERROR logs directly to the consoleControl visibility and access for safer release buildsCustomize colors, layout behavior, opacity, and overall lookBuilt with Unity UI Toolkit and suitable for production projects.



