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
- Exception when adding column to multicolumntreeview with visible set to false
- “InvalidOperationException: System.InvalidOperationException” and “Assertion failed on expression” errors are logged when starting Server in Play mode
- [iOS] App freezes and the "You can attach a managed debugger now if you want” message doesn’t show up when running the app on iOS devices with the "Wait For Managed Debugger" setting enabled
- TouchScreenKeyboard.hideInput set from "true" to "false" when TextField is clicked in Android builds
- [Android] ReadPixels gives different results when using Vulkan on some devices
Add comment