Try out the demo here.
Have you seen those Command Console in other games where you can input a command and do something fun? Do you want something like that in your game too? Then this package is for you. This package will instantly give you a Command Console to use in your game project and comes with many features that will make it easy and fun to type commands.
Contents:
- 1 Command Console Prefab
- 1 Documentation
- 6 Built-in Commands
- 3 Built-in Color Themes
- 1 Demo
Features:
- Easy to setup: Simply drag and drop the prefab into the scene and it will work right away!
- Auto Complete: Helps you type commands faster!
- Custom Autocomplete: You can create your own autocomplete for a special or custom parameter type
- Command History: You can go back to your previously typed command without retyping the whole command again.
- Easy to add Command: You only need to put a [Command] attribute on top of your static function/method/property. For non-static command use CommandConsole.AddNonStaticCommand().
- Color Theme: Customize your Command Console with a Color Theme.
- Open Source: If you don't like something in the code, you can edit it yourself.