Files
adriadri6972 d3d9c5f833 upload project
2025-07-31 15:21:08 +02:00

1.9 KiB

uid
uid
arfoundation-features

Features

AR Foundation supports the following 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.
Bounding Box detection Detect and track bounding boxes of 3D objects.
Image tracking Detect and track 2D images.
Object tracking Detect and track 3D objects.
Face tracking Detect and track human faces.
Body tracking Detect and track a human body.
Point clouds Detect and track feature points.
Ray casts Cast rays against tracked items.
Anchors Track arbitrary points in space.
Meshing Generate meshes of the environment.
Environment probes Generate cubemaps of the environment.
Occlusion Occlude AR content with physical objects and perform human segmentation.
Participants Track other devices in a shared AR session.

Tip

The AR Foundation Samples repository provides an implementation of each feature to help you get started. To understand these samples, refer to AR Foundation samples.