Console
To make development easier, faster and more interactive, we created a simple to use Command Console.
Last updated
To make development easier, faster and more interactive, we created a simple to use Command Console.
Last updated
Currently, in the console demo scene, you can access the console by pressing "F7" when playing the game. Here you can type any command you create (which we will do in the next paragraph) or type "help"
to list all commands and their descriptions.
To create a new command you simply have to annotate a public static string
method with:
For example: