OpenXR hand-tracking + depth api - is it possible?
Is it possible to have both Unitys OpenXR-plugin, Oculus OpenXR Plugin and Oculus XR Plugin in the same project somehow? Would like to use default OpenXR for hand-tracking (so it's easier to port to other XR compatible headsets), and then add Oculus XR-plugins features as a progressive enhancement. Ex using Unity XR Hands: https://docs.unity3d.com/Packages/com.unity.xr.hands@1.1/manual/index.html And Meta Depth API as an enhancement for Quest headsets: https://github.com/oculus-samples/Unity-DepthAPI Currently they seems to not be compatible, or am I'm missing something?2.1KViews1like5CommentsEnable Depth Tracking in a specific real world region - XR Passthrough
Using unity MetaXR depth API with Quest 3, I have a requirement to enable depth API inside a particular place in real room (For Anchoring Im trying to use Controllers) For context, I have a real life object which I do not want to be occluded but others i do. If we can define even something simple like occlude over 1m on real world y axis.714Views1like0Comments