Search Issue Tracker
Duplicate
Votes
0
Found in [Package]
1.1.0-pre.6
Issue ID
1362056
Regression
No
Simulated Touchscreen does not trigger a button click Events when pressing the same spot consecutively
Reproduction steps:
1. Open the user's attached project
2. Open SampleScene in Assets/Scenes
3. In the Main Menu select Window->Analysis->Input Debugger
4. Disable "Simulate Touch Input from Mouse or Pen" in the Input Debugger window.
5. Enter Play Mode and select Game View
6. Click multiple times on the Button1/Button2 (without moving the cursor)
7. In the Input Debugger window Options enable(select) "Simulate Touch Input from Mouse or Pen"
8. Enter Play Mode and select Game View
9. Click multiple times on the Button1/Button2 (without moving the cursor)
Expected result: Button1 register clicks and changes to Button2 and vice-versa on both input types
Actual result: Buttons do not register clicks on Simulated Touch Input when not moving the cursor
Reproducible with: 1.1.0-preview.3 (2019.4.30f1, 2020.3.17f1, 2021.1.19f1), 1.1.0-pre.6 (2019.4.30f1, 2020.3.17f1, 2021.1.19f1, 2021.2.0b9, 2022.1.0a6)
Couldn't test with: 1.0.2 (2019.4.30f1, 2020.3.17f1, 2021.1.19f1) due to Console error: "Pointer should have exited all objects before being removed"
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
This is a duplicate of issue #1311018