I love Typewriter effects in games. I think they are neat. This tutorial of mine walks you through how to create one for your own #Unity3D game with lots and lots of settings to customize. Reusability is super important to me, so this won't just sit in only one #gamedev project of yours, I hope ;D
Comments
🔸Create TypewriterEffect script
🔸Use .maxVisibleCharacters to reveal text
🔸Delay next character on punctuation
🔸Implement skip: speed up or jump to end
🔸Invoke events per character & on complete
Hope you'll enjoy it!