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
- New 3D URP Sample Scenes Project is created with an invalid dependency on com.unity.render-pipelines.universal-config when creating the Sample Project for the first time
- Canvas Scaler causes abnormal scaling of Canvas elements in Play Mode when UI Scale Mode is set to "Constant Physical Size" and any Editor window is moved to a differently scaled monitor and is interacted with
- [2D] Light 2D component does not light the sprite correctly in the Play Mode
- Animator.GetCurrentAnimatorClipInfo() returns an empty list when the Animator is playing the animation
- SHADERPASS has incorrect value when using Shader Graph for Built-In target
Add comment