Technical requirements
Before you start, ensure your development environment is set up as described in Chapter 1. This includes having the latest recommended version of Unity and a suitable code editor installed on your system.
Hardware requirements:
- Desktop computer:
- Graphics card that supports at least DX10 (shader model 4.0)
- Minimum of 8 GB RAM for optimal performance
- AR devices:
- iPhone (supports ARKit)
- Other smartphones and tablets compatible with ARCore (e.g., select Android devices)
- VR devices:
- Oculus Quest 3 VR headset
- HTC Vive VR headset
- Microsoft HoloLens for mixed reality
Software requirements:
- Unity Editor: Utilize the version of the Unity Editor installed from Chapter 1, ideally the latest Long-Term Support (LTS) version
- Code Editor: Visual Studio or Visual Studio Code, with Unity development tools, should already be integrated as per the initial setup
You can find the examples/files related to this chapter here: https://github.com...