Search Issue Tracker
Active
Votes
0
Found in [Package]
0.7.1-exp.0
Issue ID
PSLB-312
Regression
No
Two-handed input in visionOS VR builds does not report second hand releasing the pinch
As reported on Discussions, there is an issue with gaze/pinch input in virtual reality (CompositorServices, in Apple parlance), where the second pinch is not reported as ended until the first pinch has ended. So for example, the following sequence of events occurs:
- Pinch index finger and thumb on left hand
- Observe `Began` and `Moved` events from SpatialPointerDevice pointer #0
- Pinch index finger and thumb on right hand
- Observe `Began` and `Moved` events from pointer #1, and continued `Moved` events from pointer #0
- Release pinch on right hand
- Observe `Moved` events from pointer #0, but no expected `Ended` event from pointer #1
- Release pinch on left hand
- Observe `Ended` events from both pointers
The expected behavior is that the `Ended` event will be sent at step #6, but it is not. This issue can be replicated in a Swift app based on the Xcode project template for visionOS metal rendering. The issue has been reported to Apple with the feedback ID `FB13351130`, and needs to be resolved on their end. I'm opening this issue so that it is visible to users who may encounter the same problem, and we can use it to track its status. When Apple releases a version of visionOS that fixes the issue, we'll close it out.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
- White lighting artifact when a point light with a small emission range and "Hard Shadows" touches an object while a directional light with "Soft Shadows" and another point light are present
- Crash on JobQueue::HasJobGroupIDCompleted when closing the Editor while in Play mode on a specific project
Add comment