validate_xreal_setup
Validates Unity project for XREAL development by checking NRSDK, Android settings, XR Plugin Management, permissions, and scene setup, with optional auto-fix.
Instructions
Validates the Unity project configuration for XREAL development. Checks NRSDK installation, Android build settings, XR Plugin Management, required permissions, and reports any issues that need to be fixed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| autoFix | No | Attempt to automatically fix any issues found | |
| checkNrsdk | No | Validate NRSDK is properly installed | |
| checkSceneSetup | No | Validate current scene has required XREAL components | |
| checkPermissions | No | Validate required Android permissions are set | |
| checkAndroidSettings | No | Validate Android build configuration | |
| checkXrPluginManagement | No | Validate XR Plugin Management settings |