Unity Tutorial Quick Tip: Typewriter Effect for UI Text and Text Mesh Pro - UPDATED

preview_player
Показать описание
Typewriter Effect for UI Text and Text Mesh Pro - Version 2:

#UnityTutorials
————————
Please Like and Subscribe!

More Videos:

#Unity3D
#UnityTutorialsQuickTips
#UnityUI
#GameDevelopment
Рекомендации по теме
Комментарии
Автор

Thanks! It's great video and really useful code. Good luck and keep it up! 😊

gvn
Автор

Awesome! Functions perfectly for my scene. I don't plan on using any rich text but I am curious, is it possible to hide text tags like </color> from being typed out?

fishtaco
Автор

do you have any idea how one would fix the weird line skipping that seems to happen? like a word is typed out but halfwa-
y halfway it skips. down to move down the line below it, making it annoying to read.

lolgube
Автор

Hi! I've been using your script and it's great. Is it possible the typewriter effect could be faster? It's quite slow even on 0.01 time btw chars. The script would be perfect if that could happen.

puzzledpuddle
Автор

Hi, it is very useful. Thank you. I want to ask how can we use this with any dynamic text which is coming from a script? I tried it but the animation doesn't play on that text and I really want to solve this.

AliGilani
Автор

Hey, great video, you just earned a new sub. However, I seem to have an error in which I can't add the component because "The script class cannot be found." Do you have any clue how to solve this?

jayboychin
Автор

amazing plugin! theres one thing im trying to do where im using a single text object to narrate certain lines and i wish the typing effect to start everytime new text string gets entered..ive been trying to call the On Enable/ StartTypewriter(); method in my coroutine but no luck yet..does the writer text need to be updated also everytime the string changes in my text object? any inputs the best way to go about this using a single text element. appreciate!

samshool