We applied for the visionOS enterprise permission license, which can help us improve object tracking capabilities on Vision Pro. However, we are unsure how to use it in Unity, specifically how to implement object tracking in Unity and increase the tracking speed.
Usage of Vision OS enterprise permissions in Unity
Hi @YuThomas
Enterprise APIs for visionOS are not available in Unity.
Your best bet will be to use Apple's ARKit framework (and specifically the ObjectTrackingProvider.TrackingConfiguration) in order to leverage enterprise capabilities related to object tracking.
Let me know if you have any questions!