0.1.1


Last updated: 2 months ago • 10 versions | Visibility: Public

Context

This OpenXR-based SDK features Unreal Engine 5.0 compatibility for developing applications on the Lynx-R1.

 

Requirements

 

Android Studio

Install Android Studio and follow the instructions below:

Start Android Studio, click on More Actions > SDK Manager > SDK Tools, (check "Show Package Details"), and install the following components:

Android Studio should now be set up correctly.

 

.NET Framework

Install following components:

 

Java Standard Edition (Java SE)

Install following components:

Disclaimer: do not confuse with JRE.

 

Unreal Engine

Install Epic Games Launcher, and add the following Enigne Version in the "Library" tab:

 

Get Started

 

Create a Project

Create a project using the Unreal Engine "Virtual Reality" template (check "Starter Content").

When the project is launched, press the Edit tab, then Project Settings. A window will open, scroll down to find the "Platforms" section and click on "Android SDK".

Fill in the paths to point to the SDK, NDK and JDK previously downloaded in the requirements section.

 

Lynx Plugin

Add the Lynx plugin to the following directory (it may be necessary to create the "Plugins" folder): YourProject/Plugins

Restart your project to update the list of your plugins.

At that point, it should be possible to package your project for Android for a first preview.

 

Handtracking

Download the Ultraleap plugin, for Unreal Engine 5.0, with the following release:

 

Add the Ultraleap plugin to the following directory (it may be necessary to create the "Plugins" folder): YourProject/Plugins

Restart your project to update the list of your plugins.

Then, to add Handtracking in your level, you need to update the Default Pawn Class, select IEPawnHands insteed of VRPawn.

Make sure  the target version of the SDK is 28+.

 

Android Permissions

In order to be launched from the Lynx Home, the application must have certain permissions which must be added from Unreal Engine:

Open the Project Settings and, in the Advanced APK Packaging section, add the following Extra Permissions:

 

Video Passthrough

Note : The minimal firmware version needed is : 1.1.9

To add video passthrough you need :