Search Issue Tracker
Not Reproducible
Votes
0
Found in [Package]
10.1.0
Issue ID
1291715
Regression
Yes
[Linux] OnGUIDepth Errors spam the console when docking the VFX Graph window
When trying to dock a VFX Graph window in the Editor, a lot of errors spam the console.
To reproduce:
- start a new project with the Universal SRP template and add the VFX Graph package to it or download this project
- make a new VFX graph
- open it
- try to dock the window in the same panel as the Scene window
Reproducible only on 2020.2
Reproducible only on Linux
Not reproducible with 2019.4, 2020.1, or on Wndows or MacOS with any Unity version
The most common error I get is:
OnGUIDepth changed: was 0 is 1. Event type was 3
On 2020.2, but not on 2021.1, I also get:
Assertion failed
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) (at /home/bokken/buildslave/unity/build/Modules/IMGUI/GUIUtility.cs:189)
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
- 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
bb8andr2d2forlife
Jan 09, 2022 19:35
I can reproduce this. I get this error when I add components
SirGFM
Nov 07, 2021 13:44
I just tested this both on Ubuntu 18.04 and on Debian Unstable and this is still happening 100% of the time.
Steps to reproduce:
- Create a new 3D project
- Try to drag the Hierarchy tab or the Project tab around
It may have something to do with trying to move the tab over a list (the objects on the scene or the directory structure, respectively). I was able to move Inspector tabs around, but it would only dock bellow/above its previous position.
I haven't tested this on Gnome, as I use the i3 window manager. However, given that 2019.4 works, I wouldn't think that's the case.