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 ARCore exhibits unique platform-specific behavior.
This package implements the following AR features:
Feature | Description |
---|---|
Session | Enable, disable, and configure AR on the target platform. |
Device tracking | Track the device's position and rotation in physical space. |
Camera | Render images from device cameras and perform light estimation. |
Plane detection | Detect and track flat surfaces. |
Image tracking | Detect and track 2D images. |
Face tracking | Detect and track human faces. |
Point clouds | Detect and track feature points. |
Ray casts | Cast rays against tracked items. |
Anchors | Track arbitrary points in space. |
Environment probes | Generate cubemaps of the environment. |
Occlusion | Occlude AR content with physical objects and perform human segmentation. |
Tip
If your app does not use a feature, it's best practice to disable that feature. In some cases doing so may improve your app's performance.