XREAL Air 2 Ultra
These screenshots show the Unity 6 and device settings required to successfully deploy and launch apps on the XREAL Air 2 Ultra.
Settings & Permissions in Unity
1. Build Profiles > Android > XREAL Profile > Scene List & Scripting Defines
Ensure that you have a Build Profile targeting XREAL with the correct scene list and scripting defines.

2. Build Profiles > Android > XREAL Profile > Other Settings
Make sure the OpenGLES3 Graphics API, ASTC texture compression format, package name, version, IL2CPP scripting backend, new input system, ARM64 target architecture, external write permission, and application entry point are set correctly.



3. Build Profiles > Android > ML2 Profile > Publishing Settings
Make sure the custom main manifest, custom main Gradle template, and custom launcher Gradle template are all correctly assigned.

4. Project Settings > XR Plug-in Management
Enable the XREAL Plugin, and disable the OpenXR Plugin and any feature groups.

5. Project Settings > XR Plug-in Management > OpenXR > Enabled Interaction Profiles & Feature Groups
Remove any unused interaction profiles, feature groups, and subsystems.

6. Project Settings > XR Plug-in Management > Project Validation
Review that all checks pass successfully.

7. Project Settings > XR Plug-in Management > XREAL
Select the appropriate Tracking Type, Input Source, and Android permissions that you anticipate your app needing. Additional permissions may be required on the device, in the app permission settings.

Installing an App to XREAL Air 2 Ultra
To install an .apk to your XREAL Air 2 Ultra, you will need adb platform-tools on your computer.
Enable Developer options on your Beam Pro or Samsung Galaxy S24 and connect it to your computer via USB-C.
Enable "Allow USB debugging" if prompted.
Check "Always allow from this computer" to not receive this popup in the future.
Open the command line on your computer and use
adb install "path\to\your\app.apk"
to install the app to your device.Connect your glasses to your Beam Pro or Samsung Galaxy 24 and launch the app through the My Glasses app's AR Mode.
Settings & Permissions on Device
For each app you download, you have to enable "Display over other apps" on your Beam Pro or Samsung Galaxy 24 in Settings > Apps > your-app
.
On your XREAL Air 2 Ultra, make sure to select "6 DOF" mode and enable "hand tracking" in the device settings.
Last updated