Technical requirements
To carry out the tasks in this chapter, it is necessary to have the Meta Quest 2 virtual reality goggles. This is an optional chapter. Its completion and follow-up will not affect the following chapters. You can skip it if you do not have this type of goggles or you are simply not interested in including this functionality in your project.
Otherwise, this chapter does not have any special technical requirements, but we will start programming scripts in C#, so it would be advisable to have basic knowledge of this programming language. You’ll need an internet connection to browse and download an asset from the Unity Asset Store.
We will continue with the project we created in Chapter 1. Remember that we have the GitHub repository, https://github.com/PacktPublishing/Build-Your-Own-Metaverse-with-Unity/tree/main/UnityProject, which contains the complete project that we will work on here.
You can also find the complete code for this chapter on GitHub...