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.