0.0.1


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

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

Context

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


Requirements


Android Studio

You need to install Android Studio and set it up correctly.

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

Android Studio should be set up correctly.


.NET Framework

You need to install following components:


Java Standard Edition (Java SE)

You need to install following components:

Disclaimer: do not confuse with JRE.


Unreal Engine

You need to install Epic Games Launcher, and add an Enigne Version in 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 you downloaded in the requirements section.


Lynx Plugin

Add the Lynx plugin to the following directory (you may need to create the Plugins folder): YourProject/Plugins

Restart your project to update the list of your plugins.

You can now package your project for Android to get a first look.


Handtracking

We recommend to download and use the following Ultraleap plugin:


Add the Ultraleap plugin to the following directory (you may need to create the Plugins folder): YourProject/Plugins

Restart your project to update the list of your plugins.

Then add one of the four hand blueprints available in your Content Browser: Plugins/Ultraleap Tracking Plugin Content/HandModules/Hands

Make sure your hands are correctly positioned at Player Start, and that the target version of the SDK is 28+. 


Android Permissions

To be launched from Lynx Home, your application must have certain permissions, which must be added from Unreal Engine.

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


Video Passthrough

Work in progress.