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
- UnityLinker causes crash when outputting snapshot data for very large projects
- Camera Preview does not detect multiple cameras with same GameObject name
- Crash on TypeTreeIterator::Children() when renaming a corrupted asset while Asset Serialization is set to Mixed
- Cameras (Camera.targetDisplay) render only to Display 0 in the Player when Multi-Display setup is used and DX12 API is set
- [Vulkan] _CameraOpaqueTexture produces a feedback effect on Android Adreno devices when using Vulkan
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.