The Command Console is a powerful tool for developers, offering a simple way to execute functions and methods in the running game or program. It's similar to the cheat console found in many popular games. With this console, you can configure variables, load objects or characters, and execute any function with the help of simple commands. This can be especially useful during the development phase.
The console serves one purpose: to execute functions and methods by a simple command in the running game or program. Key features include:
- Processing of input by 'Custom Console Processor' classes
- Arbitrarily extendable by new processor classes
- Predefined processor for standard commands (clear, close, exit, help, scenes, scenes [name] (additive), quit, pause, stop)
- Integration into Unity's Visual Script Graph through events and functions





