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
- Shader Graph Swizzle Node Input/Output and Mask Update Incorrectly After Undo
- [URP] Crash on GameObject::QueryComponentByType when baking a Reflection Probe in an unsaved/untitled Scene
- No Icons are used for the Entry and Exit States in the Inspector when selected in an Animator Controller
- Crash on PlayerMain(int, char const**) when exiting Standalone Player with a Particle System in the Scene
- No Icon is used for the Runtime Animator Controller Type in a Search Window when assigning an Animator Controller in the Animator Component
Add comment