How does one go about checking for body detection (mocap) support with AR Foundation? I mean, checking if the current device supports it.
1 Like
The AR Foundation managers have a property called descriptor
that describes the functionality available at runtime.
For the ARHumanBodyManager, the XRHumanBodySubsystemDescriptor tells you which human tracking features are supported on the platform at runtime.
2 Likes