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
- Compute Shader property not set error when entering play mode with path tracing and PBR sky
- "WebGL Publish" detects WebGL module and allows building when it is installed without restarting the project
- Editor is non-responsive and flickers when multiple Water System instances are enabled
- Texture2D.PackTextures causes mips 7-9 to turn pink when packed textures are of ASTC 4x4 compression
- "OnApplicationQuit" is called when "Application.wantsToQuit" returns false
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.