Hey guys, could somebody point me towards a tutorial or some sort of script which can make text be automatically typed out? As in, as the player is reading text, it is automatically being written.
Cheers!
Hey guys, could somebody point me towards a tutorial or some sort of script which can make text be automatically typed out? As in, as the player is reading text, it is automatically being written.
Cheers!
I found the naive solution on the wiki posted by Dimling is a good quick solution, but has a bug with wrapping - it wraps as the words are being typed, which is annoying to the reader.
I’ve made an open source version that fixes that problem and supports RichText tags as well. It requires the text widget be RichText, currently. Find it here: GitHub - redbluegames/unity-text-typer: Text typing effect for Unity uGUI Text components