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
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
This is a duplicate of issue #1344785