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)
Comments (2)
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
- OnPostprocessAllAssets() is not called for a modified Prefab when another Asset is set Dirty in the same callback
- [Android] UIToolkit ClickEvent is fired when the device is rotated
- Compilation errors occur when "uintBitsToFloat(int)" gets used in OpenGLES
- User Reporting does not send reports when Managed Stripping Level is set to Low or higher
- Editor crashes and a window with "GetManagerFromContext: pointer to object of manager 'MonoManager' is NULL (table index 5)" error is thrown when launching a project with a corrupted library
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.