Frequently Asked Questions

Which Unity version is supported by NRSDK?

Unity 2018.4.x and above. The LTS(long term support) Unity version is recommended.

How is the compatibility between different NRSDK and Android versions?

The following compatibility assumes the latest Nebula 2.3.4 is installed. Please set the target API level accordingly in Project Settings -> Player -> Target API Level when building the application.

NRSDKTarget API LevelCompatible Android Version

NRSDK 1.9.0

32

Android 12 and below

NRSDK 1.8.0

31

Android 12 and below

NRSDK 1.7.0

30

Android 11 and below

NRSDK 1.6.0

30

Android 11 and below

NRSDK 1.5.7

29

Android 10 and below

  • It is recommended to upgrade NRSDK integrated with your Unity project to the latest in order to adapt to the newest Android version. Alternatively, you may choose to configure target API Level to API level 29while building the application as a workaround to make your app run on newer Android systems and installed via adb tools. However, this is not recommended as it doesn't meet Google Play's target API level requirement.

What are supported Android phones for hand tracking?

Hand Tracking has been fully tested on the following Android phones:

  • Nreal Dev-Kit

  • OnePlus:9R / 7T / 8T / 8 Pro 5G

  • LG:V60 / V50S ThinQ 5G / V50 ThinQ 5G / G9 (Velvet 5G) / Wing

  • SONY:Xperia 5 II / Xperia 1

  • SAMSUNG:Galaxy Note20 5G / Galaxy S10+ / Galaxy S20+ 5G / Galaxy Z Fold 2 5G / Galaxy S21 5G / Galaxy Note20 Ultra / Galaxy Note10+ 5G / Galaxy A90 5G

  • OPPO: Find X2 / Find x2 Pro / Find x3 Pro

  • ZTE Axon 10 pro

  • Black Shark 2 Pro

Hand tracking can potentially run on devices besides the above, although stability is not guaranteed.

How many different versions does NRSDK have? What are they?

NRSDK has three different versions for each release. In most cases, you would get the normal version with the package name "NRSDKForUnityAndroid_x.x.x" from the official website. Apart from that, NRSDK also has Experimental and Enterprise versions.

Experimental version includes features under experimental phases as introduced under EXPERIMENTAL section in this documentation.

For the Enterprise version, it is possible to access glasses raw data(grayscale camera & IMU) through its APIs.

If interested, please contact us through the official website to get access.

Through which API can I get the user's device (Nreal Light/Air) my apk is running on?

NRDeviceType NRKernal.NRDeviceSubsystem.GetDeviceType()

Last updated