Search Issue Tracker
By Design
Votes
0
Found in [Package]
56e5c49289402898806927c1783d265f4989b9cc
Issue ID
1256837
Regression
No
[InputSystem][iOS] List of active touches gets cleared if there are more than 5 active touches at once
Steps to reproduce:
1. Select Scene "TestScene"
2. Build & Run on iOS
3. Select "Touchsceen" from device list at the top
4. See that if you tap, information about touches appears on screen
5. Now keep adding fingers to the screen one by one until it's more than 5
6. See that when adding the sixth finger, all active touches disappeared
Expected result:
It should support more than 5 touches at once or at least keep the active touches active even if there are more than 5
Actual result:
The list of active touches gets cleared if there are more than 5 active touches at once
Devices used:
VLNQA00297, iPhone 11 Pro, 13.5.1
VLNQA00252, iPhone XS Max, 13.5
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
- Error ‘cannot use casts on l-values’ when a variable is assigned inside a second-level nested if statement before being used in a conversion
- "You cannot save to an invalid folder" warning dialog box is shown when canceling Tile Palette creation
- Global Volume visual details are blurred when Tonemapping mode is set to any other than 'ACES'
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
Resolution Note:
The OS automatically resets the touches after the 6th finger is placed on the screen, for iPad devices, this number is greater.