👋
NRSDK(Old)
v1.10.2
v1.10.2
  • NRSDK Fundamentals
    • NRSDK Overview
    • XREAL Devices
      • XREAL Glasses
      • Controller
      • Compatibility
    • Getting Started with NRSDK
    • Sample Code
    • Tutorials
    • Release Note
      • NRSDK 1.10.2
      • NRSDK 1.9.5
      • NRSDK 1.9.3
      • NRSDK 1.9.1
      • NRSDK 1.8.0
      • NRSDK 1.7.0
      • NRSDK 1.6.0
  • Development
    • Input and Camera
      • NRInput
      • Interact with Unity UI (Tutorial)
      • Customize Controller UI
      • NRCameraRig
    • Hand Tracking
    • Image Tracking
    • Plane Detection (Tutorial)
      • Overview
      • Import the package
      • Detect planes in the real world
      • Perform a hit test against detected planes
      • Add a car
      • Add gems
      • Wrap up
    • Depth Mesh
      • Meshing Manager Overview
      • Use Meshes in the Editor
      • Tutorial: Mesh Collision
    • Tools
      • First Person View
      • Emulator
      • Notification popup
      • Reset Camera
    • MRTK Integration
  • Advanced
    • Access RGB Camera
    • NRSDK Coordinate Systems
  • XR Streaming
  • Frequently Asked Questions
Powered by GitBook
On this page

Was this helpful?

Frequently Asked Questions

PreviousXR Streaming

Last updated 1 year ago

Was this helpful?

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.

NRSDK
Target API Level
Compatible 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 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?

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.

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

NRDeviceType NRKernal.NRDeviceSubsystem.GetDeviceType()

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 . Apart from that, NRSDK also has Experimental and Enterprise versions.

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

adb
official website
official website