Search Issue Tracker
Fixed in 5.4.0
Votes
1
Found in
5.4.0b1
Issue ID
756937
Regression
Yes
Editor performance regression for "EditorWindow.OnGUI" draw calls
Steps to reproduce:
1) Open user attached project
2) Open profiler -> enable editor profiling -> start recording
3) Open Window > Texture Overview
4) Hold down middle mouse button in Texture Overview window and move mouse to pan the view(panning in circles outlines the issue best)
5) Stop recording and observe profiler
Expected: performance is as smooth as in 5.3
Actual: it is choppy and the draw calls are a lot higher (was able to get up to 256)
Unity 5.3 > EditorWindow2.OnGUI > 4 Calls
Unity 5.4 > EditorWindow2.OnGUI > 28 Calls
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 JobQueue::HasJobGroupIDCompleted when closing the Editor while in Play mode on a specific project
- In "Preferences" section the “SpriteShape” menu item, the details page title “SpriteShape”, and “ControlPoint” entries are displayed as code strings rather than formatted UI strings
- Errors thrown constantly when Virtual Offset Debug is enabled and lighting was baked on AMD machine
- Persistent Memory Leak when reloading domain and using Distance-based Ghost Importance
- HDRP project doesn't render in standalone player when using High stripping
Add comment