Have you ever:
- Wanted to use cheat codes for your games?
- Enable GOD MODE while testing some features?
- Add some coins without leaving the game?
- Enable/Disable parts of your code at runtime without leaving play mode?
Now you can simply do [almost!] anything at runtime using OpenTerminal!
How to use:
- Add [Command("commandName", "commandDescription")] Attribute to your methods.
- Create an empty game object and add Terminal component to it.
- Run your game and press ` (the button usually on top of Tab button). On mobile long press with 4 fingers to show terminal.
- Type your commandName and it will be executed!
GithubPage