Search Issue Tracker
Fixed in 2022.3.7f1
Fixed in 2022.3.X, 2023.1.X, 2023.2.X, 2023.2.0a23
Votes
0
Found in
2022.3.4f1
2023.1.2f1
2023.2.0a17
Issue ID
UUM-37087
Regression
No
Editor crashes on pqInit when dragging custom components in UI Builder
Reproduction steps:
1. Open project “UITKTest.zip”
2. Open “UXML2.uxml” with UI Builder
3. Switch to Project view in the control's Library
4. Unfold everything in the “UI Documents (UXML)” and “Custom Controls (C#)”
5. Drag “CustomControl” over to “Assets/Scripts/UI/Resources/UXML1.uxml”
Expected result: “CustomControl” is dragged over “UXML1.uxml”
Actual result: the Editor crashes
Reproducible with: 2023.2.0a17
Couldn’t test with: 2021.3.26f1, 2022.3.0f1, 2023.1.0b19 (compiler errors and custom controls have disappeared)
First few lines of the Stack Trace:
0x00007FF9B9C334B8 (Unity) pqInit
0x00007FF9B9C34447 (Unity) tessComputeInterior
0x00007FF9B9C36722 (Unity) tessTesselate
0x00007FF9BAA76128 (Unity) UIToolkit::UIPainter2D::TessellateFillWithArcMappings
0x00007FF9BAA6D7F2 (Unity) UIToolkit::UIPainter2D::FillInternal
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Uninitialized variable warning appears in the Inspector of a custom shader when the variable is initialized
- "Failed creating toolbar element from ID..." error is thrown when resetting the Scene view Overlay layout while an Asset Transformer Toolbox overlay is active
- Entity ID for Font Assets is serialized twice which throws an error when using Debug Inspector
- Play Mode can be entered when disabling Adaptive Performance and pressing either the Play Mode button or the keyboard shortcut to enter Play Mode before recompilation leading to errors and warnings thrown
- Parent ListView element also becomes selected when inner ListView element is selected
Add comment