Search Issue Tracker
Fixed
Votes
7
Found in
5.1.2p1
Issue ID
717707
Regression
No
Touch Input randomly drops out at high FPS
How to reproduce:
1. Open attached project
2. Build to iOS and run
3. Make some shapes without lifting finger
- Note how every once in a while the green lines get a red cross on them
- The red cross means that the touch system has reported a stationary touch event, even though there was constant movement
- Input handling has been improved in 5.3.0b5, so the issues with touch input events should be less of a problem. That said however, some touch events still fail to arrive when they should. Apple was contacted and should be aware about this issue. In the meantime we're doing what we can from our side to reduce missed events.
- What can be done from the user side is to increase the performance of the code to leave more time for the processor to gather and process touch inputs. For example having loads of lines instead of one polyline has a lot of overhead when drawing.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- 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
Add comment