Search Issue Tracker
Duplicate
Votes
0
Found in
2021.1
2021.2
2022.1
2022.1.0a2
Issue ID
1351566
Regression
Yes
Assertion failed on expression: 'didInsert' after opening Polybrush tab in Preferences window
Edit (thomas.lopez): Problem appears here in Polybrush but it is coming from IMGUI Gradient in the Editor window and not Polybrush related.
Steps to repro:
1. Open the attached project "3DGameKit-URP-2021.2-RTGI" and "BakedIndirect" scene;
2. Go to Preferences window (Edit>Preferences...) and click on the Polybrush tab.
Expected result:
The Polybrush tab opens without errors in the Console.
Actual result:
The error: Assertion failed on expression: 'didInsert'
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
is shown in the Console. See the attached video.
Regression introduced in Version 2021.1.
Notes:
- Reproducible in Version 2022.1.0a2, 2021.2.0b4, 2021.1.15f1;
- Not reproducible in Version 2020.3.14f1;
- Reproducible on Windows.
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
- PlayerPropertiesChanged event fires before Player Properties are applied
- Opening Media Pop-out in “Before You Start” Tutorial throws “Styles” and “Styles_Dark” messages in the Console window
- Play Mode Scenario selection/highlight is too long and out of its bounds when the Play Mode Scenario window is opened after maximizing
- Asset name is not shown in the Undo History window when a sprite is modified
- Moving a Tab to a floating window fails when floating windows are docked next to each other
This is a duplicate of issue #1344785