Skip to main content Link Search Menu Expand Document (external link)

Set up a New Unity Desktop Project

Table of contents

  1. Import the AR51 SDK unity package
  2. Drag the SDK prefab into the scene
  3. Select the target platform
  4. Select the hand provider
  5. Run the Unity Scene

Import the AR51 SDK unity package

  1. In Unity, click on import custom packages and import the AR51 Unity SDK.
    1.Unity_import_custom_packages.png
  2. Choose the ar51 unity package from the file menu.
    2.file_menu.png
  3. You should see a progress bar when the pacakge is loading.
    3.loading.png
  4. Choose all the assets in the package and click import.
    4.loading_all_assets.png

Drag the SDK prefab into the scene

  1. Locate the AR51.Unity.SDK prefab on the project menu. Under Assets/AR51.Unity.SDK/Prefabs
    5.ar51sdk_on_side_menu.png
  2. Drag the AR51.Unity.SDK prefab into the scene.
    6.ar51sdk_in_the_scene.png

Select the target platform

In the “Service Manager” component select the platform of your choice.
7.target_platform.png

Select the hand provider

If you are using hands in your experience (i.e. Ultra leap) select the appropriate provider in the “Service Manager” component.

Run the Unity Scene

Run the scene in unity. You should be able to view a character that moves as you do.
8.play.png