Unity Issue Tracker - The Editor freezes when pressing 'A' on the controller and using touch input at the same time
Fixed
ISXB-1258
The Editor freezes when pressing 'A' on the controller and using touch input at the same time
Package: Input System
Input System
Fixed
1.11.X
1.11.2 onwards
Fixed an editor/player hang in `InputSystemUIInputModule` due to an infinite loop. This was caused by the assumption that `RemovePointerAtIndex` would _always_ successfully remove the pointer, which is not the case with touch based pointers.
Reproduction steps:
1. Open the “IN-89900” project
2. Open the “SampleScene” scene
3. Connect the controller
4. Go to the Simulator view
5. Enter Play Mode
6. Press the button in the middle of the screen with a mouse and a controller’s 'A' button at the same time
7. Observe the Editor
Expected result: The button is pressed
Actual result: The Editor freezes and never recovers