BodyTrackingComponent
Animates a character skeleton using real-time ARKit body tracking from the device camera.
// platform availability
iOS / iPadOS
● 13.0
since iOS 13.0
visionOS
○ —
not supported
macOS
○ —
not supported
⚠ Platform-exclusive component
// reality composer pro
○ Add Component menu
Not listed in the Add Component menu. Must be attached programmatically at runtime.
entity.components.set(BodyTrackingComponent(…)) // notes
- → Requires ARKit body tracking — iOS / iPadOS only
- → Not available on visionOS or macOS