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
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
Add comment