The technical requirements for this chapter are as follows:
- A Unity 3D-supporting computer (see the latest requirements here: https://unity3d.com/es/unity/system-requirements). This chapter's example project has been developed on a Windows 10 x 64 computer.
- Unity 3D (2019.1.2f1 in this book).
- Microsoft Visual Studio Community 2017 (included in the Unity installation).
- EasyAR SDK (3.0.1 in this book).
- A mobile device with Android 4.2 and above, or iOS 8.0 and above (EasyAR requirements: https://www.easyar.com/doc/EasyAR%20SDK/Getting%20Started/3.0/Platform-Requirements.html). The project has been tested on a Samsung Galaxy A5 (2017) and a Pocophone F1.
The resources and code files for this chapter can be found here: https://github.com/PacktPublishing/Enterprise-Augmented-Reality-Projects/tree/master/Chapter05.
The project in...