- Home /
Question by
mathmos_ · Nov 10, 2011 at 10:08 AM ·
guiconsolecommand-lineshell
In-game console/shell/command-line
I'm working on a game where we are considering having an in-game command-line mini-game, in which you type in different commands to text appears on the screen. Does anyone happen to have experience with something like that, or perhaps have good ideas about how to approach it.
Comment
You could have a text field that is activated with a certain key. Then you parse the string and call the apropriate method.
Also you would probably need to pause the game while the text field is active.
Your answer
Follow this Question
Related Questions
Where is the directory for GUI skin 0 Answers
Checking that this String is in this Array 3 Answers
How to view old console warning messages? 0 Answers
ArgumentException: targetGroup must be valid 1 Answer
Simultaneous Unity & Command Prompt? 0 Answers