Terminal Command line for Unity3D
- Add [Command("commandName")] 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).
- Type your commandName and it will be execute!
- Custom Terminal configs.
- Supports commands with simple parameters (int, string, float, double ... )
- Can show return type of a command in terminal
TODO:
- support vectors or other parameters which contain ",";