setup_xreal_project
Configures a Unity project for XREAL mixed reality development by setting Android build target, importing NRSDK, and enabling tracking features.
Instructions
Sets up a Unity project for XREAL One Pro development. Configures Android build target, XR Plugin Management, and imports NRSDK. This is the first step for any new XREAL mixed reality project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyName | No | Optional company name for the bundle identifier | |
| packageName | No | Custom package name (e.g., com.company.app). If not provided, will be generated from company and project names | |
| projectName | No | Optional project name to set in Player Settings | |
| nrsdkVersion | No | NRSDK version to import (default: latest). Examples: "2.2.0", "2.1.0" | |
| targetDevices | No | Target XREAL devices to support | |
| enableHandTracking | No | Enable hand tracking support in NRSDK configuration | |
| enableImageTracking | No | Enable image tracking support | |
| enablePlaneDetection | No | Enable plane detection for spatial mapping |