Installing prerequisite assets
Our user interaction framework uses several additional packages that need to be installed in your project, namely, TextMeshPro, DOTween, and Serialized Dictionary Lite. In this section, I will also include some utility assets. Let's install them now.
TextMeshPro
TextMeshPro provides high-quality text assets that replace the built-in text element. It is not mandatory, but I strongly recommend it. To import TextMeshPro, if you haven't installed it yet in your project, perform the following steps:
- Go to Window | TextMeshPro | Import TMP Essential Resources.
- In the Import Unity Package window, click Import.
The TextMeshPro package is now installed. You may also install the TMP Examples and Extras package, which includes additional fonts and other assets that may be useful and fun for your projects.
DOTween
DOTween is, in my opinion, an indispensable free package for doing small, lightweight animation effects on just...