Publisher | Procedural Imagination |
---|---|
File size | 110.22kB |
Number of files | 7 |
Latest version | 1 |
Latest release date | 2020-08-21 08:03:15 |
First release date | 2020-06-25 12:12:10 |
Supported Unity versions | 2018.4.2 or higher |
Fake Terminal is a script that you can add to a Text object to simulate an MS-DOS style PC.
There is a vast degree of personalization:
- Change the font and its color and size.
- RichText support.
- Choose your favorite cursor.
- Display a text when the terminal starts.
- Create your custom error and help messages.
- Set a password to log in.
- Add new functions by the inspector.
You can use this script with a 1st or 3rd person camera. The camera will move to the desired position when the terminal starts and it'll return to its original position when you shut down the terminal.
You can easily add your custom function by the inspector or modifying the script. You have to set an input command and implement the function that you need, like open a door or turn off or on the lights when the command is called.