Technical requirements
This chapter does not require any special technical requirements, but we will start programming scripts in C#. Therefore, it’s advised that you have basic notions of this programming language.
We need an internet connection to browse and download an asset from the Unity Asset Store. We will continue using the project we created during Chapter 1, Getting Started with Unity and Firebase. Remember that we have this book’s GitHub repository, which contains the complete project that we will work on here: https://github.com/PacktPublishing/Build-Your-Own-Metaverse-with-Unity/tree/main/UnityProject.
You can also find the complete code for this chapter on GitHub at: https://github.com/PacktPublishing/Build-Your-Own-Metaverse-with-Unity/tree/main/Chapter09