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
- Gaps between fields cause accidental element selection when pointing slightly above or below "Element ..." text in a list of elements
- UI flickering in Unity Version Control when the merge options are opened
- Build for iOS with UnityAds fails with linker failures when performing a CocoaPods build
- NavMeshManager.LoadData takes a long time and causes performance spikes when enabling a NavMeshSurface with already instantiated NavMeshLinks
- Shadows created by real-time Spotlights are rendered at a very low resolution on terrain when HDRPAsset Lit Shader Mode is set to Forward or Both
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.