Post

Replies

Boosts

Views

Activity

Comment on Switching between immersive spaces
Mostly segmentation of your code. Sure, you can have a single view with a child RealityView, but that also means that this will always be your "master immersive space". It makes the usage of the immersive spaces be very limited, and forces you to handle any code surrounding your RealityView (including attachments) and other outside actions (like onAppear) in a very clunky fashion.
Jan ’24