2.0 System Controls In Immersive Space

How do I enable the system hand controls within an immersive space?

I have an ImmersiveScene and would like to enable the new 2.0 system controls like the home button and volume slider.

    ImmersiveSpace(id: appModel.immersiveSpaceID) {
            ImmersiveView()
        }
        .immersionStyle(selection: .constant(.full), in: .full)
        .upperLimbVisibility(.visible)

While I can see my hands and arms in this view, I cannot get the "New Hand Gestures" to show up when on visionOS 2.0. When I leave the immersive space, they appear.

Answered by spatialgen in 803997022

Hi everyone. Just make sure to update XCode and you'll be good to go. I solved this by updating to the latest XCode version.

Accepted Answer

Hi everyone. Just make sure to update XCode and you'll be good to go. I solved this by updating to the latest XCode version.

2.0 System Controls In Immersive Space
 
 
Q