With the release of the Meta Quest 3, I thought I'd share how we toggle the passthrough on and off during runtime.
First, we need to retrieve the OVRPassthroughLayer component from the OVRCamerRig game object. I'm using MRTK 2.7.2 and I believe we ne...