On visionOS 26.6 and 27 latest beta:
PresentationComponent in a volumetric WindowGroup, when looking at the volume from a specific lower/back region create two bugs:
- buttons inside the presentation have their gaze obstructed by hand presence, no button shows any hover highlight
- hand movement in that specific area auto dismisses the presentation
The focused public repro uses a thin ModelEntity with InputTargetComponent and ordinary SwiftUI buttons. Its README includes two clearer videos: https://github.com/mesqueeb/PresentationAutoCloseInBackOfVolume
1. Gaze obstructed on buttons when hand is at specific location
(see "Test Action" has no hover highlight, even though i look at it)
2. Hover state restored on buttons when hand is gone
(see "Test Action" has hover highlight)
3. Presentation auto closed when hand comes back
The weirdest part:
This only happens at a specific location, when walking to the back of the volume, then turning around and interacting with the volume from the lower right back side.
Any workaround or fix guidance would be appreciated. Feedback Assistant: FB24569418.