Search Issue Tracker
Fixed
Fixed in 2021.3.29f1, 2022.3.6f1, 2023.1.6f1, 2023.2.0a19
Votes
0
Found in
2021.3.24f1
2022.2.18f1
2023.1.0b15
2023.2.0a13
Issue ID
UUM-35177
Regression
No
[Editor] [Windows] CPU usage does not reduce when unfocusing editor if a tab is undocked
On Windows, if a tab is split out into its own window (undocked), CPU usage for the editor does not go into idle mode when the editor is unfocused.
This causes CPU usage to remain higher when the editor is unfocused if and only if multiple windows are opened.
Repro:
# Open the editor
# Open the out-of-process profiler and select "Editor" as the target"
# In the editor (not-profiler), make sure everything is contained in the main window. No extra undocked tabs.
# Click on another app to unfocus the editor
# **Notice that the framerate in the profiler has dropped to save CPU usage**
# Now focus the editor again. Drag the "Project" tab out so it goes into its own floating window.
# Click on another app to unfocus the editor again
Result:
In the standalone profiler, you will see that the framerate remains high even though the editor is no longer focused.
Expected:
The framerate should drop just as when there were no undocked tabs.
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
- Nested Canvases with the same Order in Layer ignore Z position for render order when sharing parent Canvas
- ShaderGraph Material subasset loses texture reference when reimporting all assets while using a scripted importer
- Values changed on a prefab are not retained when entering Play Mode
- Shadow Caster 2D shadows partially disappear in specific spots when used with Composite Collider 2D in the Game view
- Hierarchy and Library parts in UI Builder are inaccessible when UI Builder window is resized and these elements no longer fit in the window
Resolution Note (fix version 2023.2.0a19):
CPU usage now correctly reduces when a Unity editor with undocked tab is unfocused.