Search Issue Tracker
By Design
Votes
0
Found in [Package]
1.3.0
Issue ID
ISXB-131
Regression
No
[iOS] Touchscreen events count does not change when using screen if enabling "disableRedundantEventsMerging"
How to reproduce:
1. Open project "UnityInputSystemBugsRepro.zip"
2. Go to the Build Settings, choose iOS and deploy the app to a device
3. In the app move your finger on the screen
4. Observe the count of touch events "SAMP" in the table below
5. Press the "Show / Hide Settings" Button
6. Enable the option "Disable Merge Redundant Event"
7. Repeat the 3rd and 4th steps
Expected result: Touch events count is much higher (~3x times)
Actual result: Touch events count is the same
Reproducible with: 1.1.1 (2020.3.35f1), 1.3.0 (2020.3.35f1, 2021.3.3f1, 2022.1.1f1, 2022.2.0a14)
Could not test with: 1.0.0-pre.6 (2019.4.39f1) (Errors after downgrade)
Reproducible on:
VLNQA00358 - iPhone 12, 14.1 iOS
VLNQA00310 - iPad Pro 12.9", 13.4.1 iOS
VLNQA00392 - iPad (9th generation), 15.0 iOS
Note: Not reproducible with Android Player
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Errors during XML parse" warnings are thrown when building project for the Android platform
- Shader transparency, discard, and clip are not working when using the Player
- Error is thrown when clicking on warning in the console
- Long IL2CPP build time when project has a .ufbx library wrapper
- Cursor doesn't change to the resizing when using the Rect Tool and the Sprite is too close to the bottom of the Scene View
Resolution Note:
The root issue is iOS player real FPS dropping low, which also pulls down cocoa touch event reactor, and iOS starts to coalesce touch events together. As it's implemented right now this is unfortunately as-designed.
A fix would be to introduce a feature/change to use coalescedTouchesForTouch and process non-coalesced touches instead.