
Augmented Reality with Unity AR Foundation
By :

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 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:
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 is, in my opinion, an indispensable free package for doing small, lightweight animation effects on just...