How to get started with Vuforia AR in Unity

--

Vuforia AR makes it easy to get started with Augmented Reality. Let’s go over how to start using it.

First, install the Vuforia package via package manager:

Remove the main camera and replace it with the AR Camera:

Add a Vuforia image and import the default database:

Select the image target you want to use. Your own custom image databases can be made at https://developer.vuforia.com:

The image will control what objects to show when in view. This works for any game object added as a child of the image:

Adjust the size and position of the the object:

Good luck!

--

--