April 2018
Beginner
468 pages
11h 7m
English
Now that we have our layout set up, we can animate our text. To do this, we will need to create a new script. This script will control the animation of the text as well as load the next scene when all text has displayed.
To create animated text that looks like it's typing out, complete the following steps:
using UnityEngine.UI;using UnityEngine.SceneManagement;
Read now
Unlock full access