Hi!
I'm currently working on a scene where I need to specify a group of elements (a subset of some objects from the scene) to be displayed when entering inmersive-ar mode or by defect, having the possibility of excluding individual elements.
Currently I have a gameobject with the WebXR and WebXR Session Root components, but still all the scene is being displayed when entering XR mode. I'm not sure if it is intended to always include all elements in the scene or if it scopes it to the children of said gameobject (wich is what i want).
Is there a way of achieving this without creating a completely separate scene?
Needle v3.39.0-exp.2, Node v20.11.1, Unity 2022.4.f1