To complete this chapter, Unity 2021.1 or later is required, plus the following:
- Microsoft Windows 10 (64-bit) / GPU: DX10-, DX11-, and DX12-capable
- macOS Sierra 10.12.6+ / GPU: Metal-capable Intel or AMD
- Linux Ubuntu 16.04, Ubuntu 18.04, and CentOS 7 / GPU: OpenGL 3.2+ or Vulkan-capable, NVIDIA, or AMD
For each chapter, there is a folder with the asset files you require for the recipes at the book's public GitHub repository: https://github.com/PacktPublishing/Unity-2021-Cookbook-Fourth-Edition.
Since some of the recipes in this chapter make use of web servers and a database, for those recipes, you will require either the PHP language (which comes with its own web server and SQLite database features) or an AMP package.
If you are installing the PHP language, refer to the installation guide and download links:
If you do want to install a web server and database server application, a...