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
- Flickering bright white dots in the Scene when the Android Platform is selected and DX11 Graphics API is used with Iris(R) Xe Graphics GPU
- Inconsistent capitalization and misaligned text in multiple query blocks in Search window
- “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
- WebGL sends wrong value with large numbers when SendMessage function is used
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.