Search Issue Tracker
Fixed
Fixed in 1.11.2, 7000.0.0
Votes
0
Found in [Package]
1.5.0
1.5.1
1.11.0
7000.0.0
Issue ID
ISXB-483
Regression
No
The button is not clickable when using Windows touch inputs
How to reproduce:
1. Open the attached project "Test Project.zip"
2. Enter Play Mode
3. Click the "Button" button in the Game view window
Expected results: The button is clicked
Actual results: The button is not clicked
Reproducible with: 1.5.0 (2020.3.48f1), 1.5.1 (2020.3.48f1, 2021.3.25f1, 2022.2.21f1, 2023.1.0b17, 2023.2.0a16)
Reproducible on: Windows 10
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
- Default Preset application and Reset() method execution order is different when adding a Component via the Inspector versus calling Reset via the Component context menu
- Scene view is not outputting HDR when the "Use HDR Display Output" option is enabled, DX12 is selected as the Graphics API, and URP/HDRP is in use
- Sprite Atlas results in suboptimal packing even when "Allow Rotation" is enabled
- References placed in a UnityEvent change to the same reference when multi-selecting their GameObjects
- "ShadowCaster2D" Component doesn't work when the "Casting Source" is set to "Polygon Collider 2D"
Resolution Note (fix version 1.11.2):
The problem was due to using Touch simulation together with the PlayerInput component. It is now fixed.