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
- Prefab override popup is cropped/positioned incorrectly when more than one display is used and a higher display Scale is set
- Opening a dropdown on a small screen results in its instant closing when mouse cursor is pressed where the dropdown is going to be opened
- Only "ArgumentNullException: Value cannot be null" is displayed instead of all the actual errors when opening a project with numerous compilation errors
- MultiColumnListView and MultiColumnTreeView do not change selection on first input when focus is set by code
- SerializedProperty.DataEquals is returning false when SerializedProperty.EqualContents return true
Add comment