Search Issue Tracker
Fixed
Fixed in 2023.3.X, 2023.3.0a11
Votes
0
Found in
2023.3.0a8
Issue ID
UUM-53267
Regression
No
UxmlObjectReference object fields crash source code generator
Add the following script to a new project
```
using UnityEngine.UIElements;
[UxmlElement]
public partial class Example : VisualElement
{
[UxmlObjectReference]
public object someValue;
}
```
Examine the editor log, the following error will be found:
warning CS8785: Generator 'UxmlSerializedDataGenerator' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type 'NullReferenceException' with message 'Object reference not set to an instance of an object.'
[689/696 0s] ILPostProcess Library/Bee/artifacts/1900b0aEDbg.dag/post-processed/Assembly-CSharp.dll (+pdb)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- VFX Select Unused Properties context menu option selects nodes that are treated as used
- Material's icon doesn't fit the "Material preview not available" text when the Material doesn't have a preview
- Two fields in GLTF Importer Inspector are misaligned with other settings
- Duplicate image components can be added in m_TrackedTextureLess images and are never removed
- Cancelling a Package installation leads to invisible compilation errors preventing the user to enter Play Mode when the “Cancel” button is clicked, and does not actually cancel the package install as it appears in the Project after the Editor is restarted
Add comment