Search Issue Tracker
Fixed in 5.6.0
Votes
0
Found in
5.3.6p8
Issue ID
865326
Regression
No
Disabling multitouch while more than one finger is on screen, multitouch values (for example touches.Length) wont be updated
Reproduction steps:
1) Open user's attached project
2) Build and run "Entry" scene on any Android device
3) Touch screen with 3 - 4 fingers around the button
-- Notice that with each touch Input.touchCount and touches.Lenght are updated and new sprites are added on the touch positions
4) While holding with few fingers screen touched, release one finger and touch button in the middle of screen
5) Release remaining fingers
-- Notice that Input.touchCount and touches.Length are not 0 or 1 (if one finger is touching screen); Sprites which are being drawn on touch positions are still drawn
Expected result:
All values related to multitouch should be set to 0 or limited to be used as there's one touch at a time limit (max value of touches.Length should be 1)
Note: After setting Input.multitouchEnabled to true, Unity still have stored previously recorded touches. To reset those you have to touch the screen with same amount of touches as before.
Reproduced with:
5.3.7p3, 5.4.4f1, 5.5.0p3, 5.6.0b2
DUT:
LG G3, Android 5.0
Samsung Galaxy S7, Android 6.0
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
Add comment