Search Issue Tracker
Not Reproducible
Votes
0
Found in
2017.4
2019.3.0f1
2020.1
Issue ID
1222914
Regression
No
Touch input from a touchscreen monitor is never cleared when debugger gets triggered when input starts
Reproduction steps:
1. Download and open the attached project "1222914.zip"
2. Open the Sample Scene
3. Open LeakTouchInput script in Visual Studio
4. Add a breakpoint to line 12 and attach the debugger to Unity
5. Enter Play mode
6. Press anywhere on the Game window using a touchscreen monitor
7. Press Continue multiple times in Visual Studio
Expected result: Breakpoint is not triggered after the touch input has ended
Actual result: Breakpoint is triggered every frame
Reproducible with: 2017.4.37f1, 2018.4.18f1, 2019.3.4f1, 2020.1.0a25, 2020.2.0a1
Reproduced on: Dell P2418HT
Notes:
The issue does not reproduce all the time but rather consistently (3 out of 5 times).
The touch is only cleared on editor restart.
The user has reported that the issue can be reproduced without debugging, however, this happens inconsistently.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
- Graphics State Collection warm-up does not work when using with Addressables Shaders
- "Baked Shadow Radius" field is visible but inactive when when the Shadow Type is set to "Hard Shadows" under the Light Component
Add comment