I’ve been working on a console system, such as those in Skyrim and the Fallout NV. Where you can run commands such as changing the Field of Vision and so forth.
Features:
- Single parameter commands
- Parameter-less Commands
- Several useful default commands (can be switched off)
- Includes a UnityGUI based ConsoleViewer, that can be used as a guideline for creating viewers in different GUI systems
- Integrates into Unity’s Debug system
Web Player Test 1
Steps:
- Press tile (`) to enable the console.
- Select the textbox
- Type help to view available commands
Regards,
Garth
first what need include: history (up arrow button) and autocomplite
I will definitely have history in, if/when I release this. Auto complete might make the cut if I can get it working. However, the system is written in such a way that you will be able to write your own code for the handling on history and auto complete, if it is not done to your satisfaction.
To sum it up, I will work on getting a history function set up. And I will look into auto complete.
Side note, how much would you be willing to charge for this type of system with history and auto complete fully functional?
Regards,
Garth
I have got history to work. It can be set to keep as many commands as you want. I set it to 10 in this example.
Test 2
Regards,
Garth