Runtime Console
A downloadable asset pack
A runtime tool for Unity. Allows users to create commands for a terminal in real-time. This project was made for the Dallas Society of Play Asset Jam.
To use the Console:
Add the Console Menu component to a gameobject then press the ` key when in play mode.
To add a command:
Add: RuntimeDebugger.Commands namespace to your script.
Then call:
CommandManager.AddCommand(string commandKey, string command description, MethodName) to add a command to the command console.
To add a console command with one parameter call the generic version of AddCommand<T>(string command, string command description, MethodName);
Limitations:
Will only accept methods that return void with no parameters or one parameter.
Status | Prototype |
Category | Assets |
Author | CelaSpiderSplit |
Download
Install instructions
After downloading the package, unzip the file and place it in the Packages directory in your Unity project.
Leave a comment
Log in with itch.io to leave a comment.