Core setup


Last updated: 9 months ago • 1 versions | Visibility: Public

Prerequisites

Setup

1. Import Lynx Core unity package

First, you need to import the Lynx SDK Core in your project.


2. Configure project automatically

To build an application for the Lynx Headset, use the "Lynx" menu to automatically configure the project for you.


A popup indicating the changes done on your project should appear. You can "Validate" the changes.

Once validated, you should have the following changes:

Warning: enabling OpenXR from code is currently unstable on this version. Please enable it on Project Settings > XR Plugin Management > enable OpenXR (Android tab).


3. Scene setup

As Lynx is based on OpenXR, please make sure that the camera is compatible.



4. Test it

You can now build and run the application on your headset.

The Lynx Core is focused on AR/VR and lets you move inside the scene you made with 6DoF tracking.

Warning: without any controllers (ex: handtracking), your only way to go back to the home application is to use "back" button on the headset.

More information for handtracking and modules for interaction in the next sections.