Publisher | Omid3098 |
---|---|
File size | 245.61kB |
Number of files | 16 |
Latest version | 1 |
Latest release date | 2018-01-04 12:21:25 |
First release date | 2018-01-04 12:21:25 |
Supported Unity versions | 2018.4.2 or higher |
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
- 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