Search Issue Tracker
Fixed in 2020.2.X
Fixed in 2018.4.X, 2019.4.X, 2020.1.X
Votes
0
Found in
2018.4
2018.4.18f1
2020.2
Issue ID
1253537
Regression
No
[iOS] Input.touchCount does not reset after opening and closing the Control Center
How to reproduce:
1. Open the attached TouchCount.zip project
2. Build for iOS and deploy the Xcode project to the device
3. Keep multiple touches on the screen, for instance, put and keep 3 fingers on the screen
4. Note that the Xcode console will print the touch count
5. Without removing the 3 fingers from the screen, using a different finger swipe sideways from the top right bottom to show the Control Center
6. Note that the app will lose the focus, then remove the 3 fingers from the screen, note the touch count
7. Go back to the app by swiping out the Control Center
Actual: Note that right after the app regain focus, Xcode console will show "-> applicationDidBecomeActive()" and after it will show touch count "4"
Expected: The Input.touchCount should reset after regaining focus
Reproducible with: 2018.4.23f1, 2020.2.0a14
Reproducible with:
- iPad 7th gen (iOS 13.22)
- iPad Pro 12.9 (iOS 13.4.1)
Note:
- Trying to open Notifications screen the behavior was inconsistent
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- FocusNextInDirection not focusing when used on multiline TextFields
- Single click calls UI Element renaming with a delay when clicked on the UI Element name
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
Add comment