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
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- [Linux] AutoLocale log is logged when opening a project
This is a duplicate of issue #1344785