Search Issue Tracker
Fixed
Fixed in 1.10.0
Votes
0
Found in [Package]
1.4.3
1.9.0
1.10.0
Issue ID
ISXB-310
Regression
No
Press and hold counts as a click when the press and hold is after a click
Steps to reproduce:
1. Open the user’s project
2. Enter Play mode
3. Observe the Console
4. Press on the screen and hold, notice that there are no logs
5. Click on the screen, and notice the “Single Click….” log
6. Press and hold
Expected result: No new logs
Actual result: A new “Single Click…” log appears
Reproducible with: 1.4.3 (2020.3.40f1, 2021.3.11f1, 2022.1.18f1, 2022.2.0b10, 2023.1.0a13)
Reproduced on: macOS Monterey 12.5.1 (Intel)
Note:
- “PlayerController.cs” script outputs these logs (Assets → Scripts)
- Also reproducible in the Player
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"
Add comment