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
- Crash on AudioMixer::GetFMODChannelGroup when entering Play Mode in a specific project
- Prefabs with "Flags" enum properties result in "IndexOutOfRangeException" when trying to commit/revert
- The Camera first person mode in Cameras overlay is greyed out and not clickable when the Editor is restarted with the Game View focused
- Scene View doesn't select the Canvas when it's clicked with the View Tool
- Transform fields are impossible to edit when Inspector window is resized
Add comment