Exploring the AR Foundation example projects from Unity
A great way to learn about how to create AR projects with Unity AR Foundation is to explore the various example projects from Unity. These projects include example scenes, scripts, prefabs, and other assets. By cloning a project and opening an example scene, you can learn how to use AR Foundation, experiment with features, and see some best practices. In particular, consider these projects:
- AR Foundation Samples: https://github.com/Unity-Technologies/arfoundation-samples.
- AR Foundation Demos: https://github.com/Unity-Technologies/arfoundation-demos.
- XR Interaction Toolkit Examples: https://github.com/Unity-Technologies/XR-Interaction-Toolkit-Examples/tree/master/AR.
- For more advanced work, I'm also a fan of several individual contributors, including Dan Miller, a senior XR developer at Unity. See https://github.com/DanMillerDev for more information.
Please look through the README file for each of...