Search Issue Tracker
Won't Fix
Votes
1
Found in
2017.4
2018.3.11f1
2020.1
Issue ID
1221113
Regression
No
[iOS] Input.touchCount returns 0 when more than five fingers are touching the screen
How to reproduce:
1. Download and open the project via the link provided in the users' description
2. Build for iOS and deploy the Xcode project to the iOS device
3. Put more than five fingers on the screen at the same time
Expected: Input.touchCount returns the number of fingers touching the screen
Actual: Input.touchCount returns 0
Reproducible with: 2017.4, 2020.1
Reproducible with:
- iPhone 6 (iOS 12.2)
- iPhone 6s (iOS 13.3.1)
- iPnone 11 Pro (13.3)
Not reproducible with:
- VLNQA00118 Google Pixel 2 XL 8.1.0 Snapdragon 835 MSM8998 Adreno (TM) 540 OpenGL ES 3.2 710KPTM0468833
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
- 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
Resolution Note:
iPhones only support 5 multiple touches and will clear them all on the 6th touch.