Search Issue Tracker
By Design
Votes
0
Found in [Package]
1.4.1
Issue ID
ISXB-230
Regression
No
EditorLoop produces lag spikes and input drops when spamming left-click
How to reproduce:
1. Open the user's attached "TDS5" project
2. Enter Play mode
3. Spam left-click with the mouse for ~10 seconds
Expected result: The game does not stutter, all bullets are fired successfully
Actual result: The game stutters, sometimes the bullets do not fire
Reproducible with: 1.3.0 (2020.3.37f1, 2021.3.6f1, 2022.1.8f1), 1.4.1 (2022.2.0a18, 2023.1.0a2)
Reproducible on: Windows 10
Note: Try using a fast autoclicker if it doesn't reproduce
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
- Prefab override popup is cropped/positioned incorrectly when more than one display is used and a higher display Scale is set
- Opening a dropdown on a small screen results in its instant closing when mouse cursor is pressed where the dropdown is going to be opened
- Only "ArgumentNullException: Value cannot be null" is displayed instead of all the actual errors when opening a project with numerous compilation errors
- MultiColumnListView and MultiColumnTreeView do not change selection on first input when focus is set by code
- SerializedProperty.DataEquals is returning false when SerializedProperty.EqualContents return true
Resolution Note:
Closing this as designed since WasPressedThisFrame is not an appropriate method of evaluating input for this use-case. Provided an alternative approach that fits this use-case better based off the provided reproduction project.