Get Started


You are viewing an older version of this document (Version 4). The latest is Version 5.

Last updated: 8 months ago • 5 versions | Visibility: Public

Project setup

1. Import Lynx Core

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

Then "Import" to validate.


2. Install required packages

One-clic installation

To install automatically all the required packages for Lynx-R1 in one clic, you can use the "Lynx" menu in Unity Editor:

Lynx > Settings > Install packages

A popup indicating the packages to install should appear. You can "Validate" the changes.

(1 error log could appear without any consequences)

Note: Unity may take a moment to reload the packages in your scene

Unity may require to restart when installing OpenXR package for the first time in your project.


Install packages manually

Alternatively, you can install required packages manually.

Required

Additional for handtracking


3. Project configuration

One-clic configuration

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

Lynx > Settings > Configure project settings

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

(3 error logs could appear for TextMeshPro without consequences)


Manual configuration

To be able to build applications for Lynx-R1, we recommend to use the following settings:

If you want to use the hand tracking, you'll have to add the following settings:


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


Scene setup

As Lynx is based on OpenXR and XRI, you can use already existing assets and samples for XR.

If you want to start a new scene from scratch, you can follow these steps:

  1. Create a new scene
  2. Remove the Main Camera
  3. Add XR Origin

By building and installing the apk, you should now be able to navigate into your scene.

To go further, please check at these links: