Search Issue Tracker
Won't Fix
Won't Fix in 2023.3.X
Votes
0
Found in
2021.3.22f1
2022.2.13f1
2023.1.0b10
2023.2.0a9
2023.3.0a3
Issue ID
UUM-32313
Regression
No
TryGetValueFromBag does not return false when used on a UxmlTypeAttributeDescription
How to reproduce:
1. Open the attached Project "TypeTest" and load Scene "SampleScene"
2. Observe the Console
Expected result: No errors are present in the Console and a "Type: False" log can be seen
Actual result: A TypeLoadException is thrown and a "Type: True" log can be seen
Reproducible with: 2020.3.47f1, 2021.3.22f1, 2022.2.13f1, 2023.1.0b10, 2023.2.0a9
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
- Line Brush blue outline appears at incorrect position when painting start of line in Tile Palette
- [URP] All materials render black when building via batchmode or without rendering Scene/Game view in Editor if Decal renderer Technique is set to "Automatic"
- Player Tags list shows extra blank space behind the scrollbar in the "Player Tags" settings window
- Edit Angular Limits gizmo handles are small and easy to miss-click in the Scene view
- Duplicate Player Tag save fails silently with no error or validation message
Resolution Note:
After investigating the issue, we have found that it's only present with the project attached. By removing the broken script reference from the UI Document and recreating the custom element(s), either through code or with the builder, using the existing or a new UXML, does not spawn the error mentioned.
Resolution Note (2023.3.X):
After investigating the issue, we have found that it's only present with the project attached. By removing the broken script reference from the UI Document and recreating the custom element(s), either through code or with the builder, using the existing or a new UXML, does not spawn the error mentioned.