The Android XR SDK is now available in Developer Preview. We want your feedback! Visit our
support page to reach out.
Stay organized with collections
Save and categorize content based on your preferences.
XRUnboundedRefSpaceFeature
This XRUnboundedRefSpaceFeature
makes the UNBOUNDED
reference space available in this app and can be used by setting the XRInputSubsystem
tracking origin mode.
Summary
Inheritance
Inherits from:
OpenXRFeature
Public attributes
|
ExtensionString = "XR_ANDROID_unbounded_reference_space"
|
const string
The OpenXR Extension string.
|
FeatureId = "com.google.xr.extensions.unboundedrefspace"
|
const string
The feature ID string.
|
UiName = "Android XR: Unbounded Reference Space"
|
const string
The UI name shows on the XR Plug-in Management panel, help users to understand validation errors and expected fixes.
|
Public attributes
ExtensionString
const string ExtensionString = "XR_ANDROID_unbounded_reference_space"
The OpenXR Extension string.
Used to check if this extensions is available or enabled.
FeatureId
const string FeatureId = "com.google.xr.extensions.unboundedrefspace"
UiName
const string UiName = "Android XR: Unbounded Reference Space"
The UI name shows on the XR Plug-in Management panel, help users to understand validation errors and expected fixes.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-05-08 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-08 UTC."],[],[],null,["# XRUnboundedRefSpaceFeature Class Reference\n\nXRUnboundedRefSpaceFeature\n==========================\n\nThis [XRUnboundedRefSpaceFeature](/develop/xr/unity/reference/class/Google/XR/Extensions/XRUnboundedRefSpaceFeature#classGoogle_1_1XR_1_1Extensions_1_1XRUnboundedRefSpaceFeature) makes the `UNBOUNDED` reference space available in this app and can be used by setting the `XRInputSubsystem` tracking origin mode.\n\nSummary\n-------\n\n### Inheritance\n\nInherits from: `OpenXRFeature`\n\n| ### Public attributes ||\n|--------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------|\n| [ExtensionString](#extensionstring)` = \"XR_ANDROID_unbounded_reference_space\"` | `const string` The OpenXR Extension string. |\n| [FeatureId](#featureid)` = \"com.google.xr.extensions.unboundedrefspace\"` | `const string` The feature ID string. |\n| [UiName](#uiname)` = \"Android XR: Unbounded Reference Space\"` | `const string` The UI name shows on the XR Plug-in Management panel, help users to understand validation errors and expected fixes. |\n\nPublic attributes\n-----------------\n\n### ExtensionString\n\n```c#\nconst string ExtensionString = \"XR_ANDROID_unbounded_reference_space\"\n``` \nThe OpenXR Extension string.\n\nUsed to check if this extensions is available or enabled. \n\n### FeatureId\n\n```c#\nconst string FeatureId = \"com.google.xr.extensions.unboundedrefspace\"\n``` \nThe feature ID string. \n\n### UiName\n\n```c#\nconst string UiName = \"Android XR: Unbounded Reference Space\"\n``` \nThe UI name shows on the XR Plug-in Management panel, help users to understand validation errors and expected fixes."]]