How do you switch from Mixed Reality to Full immersion in Apple Vision Pr using Unity Polyspatial

We want to create an app that starts in mixed reality mode, and when the user click on a button, it launches the fully immersive mode. The user also has the ability to exit the fully immersive mode back to the mixed reality mode.

I am asking this, because I cannot think of a way to do it, since Unity only allows us to select just one mode when we build for VisionOS.

So I want to know if it is possible, and if it is, then how can we implement it?

Hi there! Unfortunately this is not possible at the moment. We are working on support for this type of mode switching, but for now you have to choose MR or VR before you build your app, and you can’t switch modes.

Alright, thank you very much for your swift reply.