How to setup AR Foundation in Unity 2019.4.28

--

Getting started with AR Foundation in Unity.

AR Foundation allows you to work with augmented reality platforms in a multi-platform way within Unity. AR Foundation is a set of MonoBehaviours and APIs for dealing with devices that support following concepts: World tracking: track the device’s position and orientation in physical space.

  1. Create a new project in unity and name it as “AR Foundation”.

2. Then open Package Manager from Window->Package Manager.

3. Search for “AR Foundation” package and install it in you project.

4. Search for ARCore XR Plugin for making apps in Android or ARKit XR Plugin for ios and install them accordingly.

ARKit for ios.
ARCore for Android

5. Now you are ready to use AR Foundation in your project.

6. You can also read Unity User Manual for more information.

--

--