Search Issue Tracker
By Design
Under Consideration for 6000.0.X, 6000.1.X, 6000.2.X, 6000.3.X
Votes
0
Found in
6000.0.54f1
6000.1.12f1
6000.2.0b10
6000.3.0a2
Issue ID
UUM-111911
Regression
No
[Linux] Poor performance in the Editor when processing input events in "OnGUI" function
Reproduction steps:
1. Open the attached “IN-108278” project
2. Open the “MyEditorWindow” window (Tests > OnGUI test)
3. Hovering over the window, use the scroll on the mouse
4. Observe the random color texture or the Profiler window
Expected result: Scrolling does not affect the performance. Initiates only 1 scroll input event
Actual result: Scrolling results in poor performance. Initiates more than 1 scroll input event per editor update
Reproducible with: 6000.0.54f1, 6000.1.12f1, 6000.2.0b10, 6000.3.0a2
Reproducible on: Ubuntu 25.04, Ubuntu 24.04
Not reproducible on: Windows 10
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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Resolution Note:
OnGUI is immediate mode. If a machine is bottlenecked by GPU or CPU performance, issues like this are more likely to occur. The Unity editor does not consolidate mouse wheel events.