(skip this step if you are familiar with Unity)
If you are new to Unity: Download the LTS version of Unity Hub : Be aware that you may need to download different versions depending on the project that you are working on.
LTS = LongTerm Software and will be the most stable version
Fully new students to Unity should review this tutorial on the Unity Pathway
All Students: Add the modules: WebGL Build Support
For a detailed tutorial on how to build your first test app with this template, refer to the Learn tutorial Configure your AR development environment.
Create your New Unity Project (follow this tutorial to see how)
Use the version recommended
Finding the correct Unity Version means clicking on the editor version tab on the top of the Unity Menu and selecting the correct version - Above I am changing it to 2021.3.1f1
The AR Foundation package provides all of the GameObjects and classes that you need to quickly develop interactive AR experiences in Unity.
ARCore is Android’s AR framework. AR Foundation communicates with ARCore to get AR features on Android devices.
ARKit is Apple’s AR framework. AR Foundation communicates with ARKit to get AR features on Apple devices.
The XR Plugin Management package is a simple management tool for any platform-specific XR plug-ins, such as ARKit and ARCore.
Create a new scene: Select AR