# Vuforia

# Import Vuforia Extension

Vuforia enables you to create holographic apps that can recognize specific things in the environment so that you can attach experiences to them.

Screenshot

The import of the vuforia extension will create a set of new folders in our project:

Screenshot

# Import Vuforia Target Database

Image Targets represent images that the Vuforia SDK can detect and track. We will use the following image as target (download and save the image vuforia_target_1.jpg):

Screenshot

Screenshot

  • Add a target database:

Screenshot

  • Select the created database and add a target.
  • Select the downloaded vuforia_target_1.jpg, set the size to 1 and add it:

Screenshot

  • Download the target database for Unity:

Screenshot

  • Import the target database as custom package in Unity:

Screenshot

The import of the target database will create a set of new folders in our project:

Screenshot