Developing a subtitle shower
There are many ways of narrating different parts of a game. We may use audio and sometimes visuals, such as text, in order to explain what characters are trying to communicate to us. However, one of the easiest ways to explain to a player what a character is saying is through subtitles. Subtitles not only allow players to read what is sometimes also narrated by voice, but can also improve the accessibility of a game for people who may not be able to hear or may have difficulties hearing. Subtitles are always a useful addition to any game when there are things that need to be communicated to the player properly.
How to do it...
As we have done previously, the first thing to do is create an UI element. In this example, we will create a panel. To do this, right-click on the Hierarchy panel, then go to UI | Panel, and rename it SubtitleShowerPanel. We should resize it and place it in the bottom part of the screen. It is also possible to change the Source Image in order...