To download and explore the Unity AR samples, do the following:
- Go to https://github.com/Unity-Technologies/arfoundation-samples and download the files as a ZIP file:

Figure 15.57 – Downloading the AR samples from GitHub
- Unzip the project files and open them in Unity.
- Open the Build Settings dialog window and switch Build Target to Android (or iOS if appropriate).
- You'll see that all the scenes have already been added to the build for this project, with the AR Foundation Menu scene listed first.
- Connect your computer to your phone/device with an appropriate USB cable and on your device, agree to permit the computer to communicate with it. Then, Refresh the list of devices and select your device. In the following screenshot, I've connected a Samsung S9+ Android device to test the AR samples:

Figure 15.58 – Selecting a Samsung Android device from the list
- Build the project by clicking...