AR features
AR features implement AR Foundation interfaces. These features are documented in the AR Foundation package manual, so this manual only includes information regarding APIs where Meta's OpenXR runtime exhibits unique platform-specific behavior.
This package implements the following AR features:
Feature | Description |
---|---|
Session | Enable, disable, and configure AR on the target platform. |
Camera | Render images from device cameras and perform light estimation. |
Planes | Use Scene Model data to track flat surfaces. |
Anchors | Track arbitrary points in space. |
Raycasts | Cast rays against tracked items. |
Tip
When developing an AR app, refer to both the AR Foundation documentation as well as the required packages for each platform you support.