On a meta quest 3 I’m doing mixed reality with the pass through feature. I created some stuff but want to give real objects collision. Is this possible? If so how can I do that in Godot? I’m so lost cause nothing on the internet has any information to this. I’m using the Godot XR tools and Godot to openxr vendors plugins.
You can use transparency to see the real world, but there’s no native method for virtual objects to automatically collide with real objects. To manage this, you need a native or GDNative plugin that retrieves the surfaces detected via the Meta/Oculus SDK.