|
Like any RPG game, there are lot of words need to display to continue the story, how can i make the words display one by one like someone is speaking. for examle, i want to display the words like this "How can this happen,can you tell me?", i do not want display all word together but single one by one.how can this can achieve with thanks.
(comments are locked)
|
|
You can use something like this: http://answers.unity3d.com/questions/9609/using-autotype-script-on-gui-label Though you'll need to change it slightly to work per word instead of letter
(comments are locked)
|
|
For example use a single 3dText (or GUIText) object. Then attach a script to it that uses a coroutine to change the displayed text. (GUIText.text)
(comments are locked)
|
