Search Issue Tracker
Fixed in 13
Votes
0
Found in [Package]
11
Issue ID
1372213
Regression
No
Performance drop in editor when DPI is set to 125%
Repro steps:
1. Right click on the Dekstop > Display Settings > Set Scale and layout to 125%
2. In a VFX-enabled project, create and open any VFX.
3. Grab the Update context and drag it around the VFX window's edges (gif attached)
4. Observe the following console errors:
Layout update is struggling to process current layout (consider simplifying to avoid recursive layout): VisualElement unity-panel-container6 (x:0.00, y:0.00, width:300.00, height:364.00) world rect: (x:0.00, y:0.00, width:300.00, height:364.00)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) (at C:/buildslave/unity/build/Modules/IMGUI/GUIUtility.cs:189)
Notes:
- Depending on Windows DPI setting (125% triggers the issue but not 100% and 150%) the visual effect graph layout can enter in an infinite loop which kill the editor performance.
- It has been identified that the class responsible for this loop is VFXSystemBorder.
- Happens in 13.x and tried as far back as 10.7.1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
Add comment