S
S
Stanislav Yaroslavtsev2019-07-06 10:55:38
Unity
Stanislav Yaroslavtsev, 2019-07-06 10:55:38

How to make a typewriter effect in Unity?

Tell me please! I have a canvas with text in it. How to make text appear with typewriter effect?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis Gaydak, 2019-07-08
@Stas_Yaroslavtsev

add text to the text field one character at a time with a delay.
how to split a string into characters.
how to specify the text for the text field through the code.
learn what Coroutines are in a unit and how they make delays)
google these three questions and it will almost certainly become clear.
although the third is not so simple, but you need a general surface idea about it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question