Search Issue Tracker
Fixed in 2022.2.X
Votes
0
Found in
Issue ID
1417532
Regression
No
Crash in SerializedProperty Enum in when class name repeated in different namespaces
Reported internally
Repro steps:
Load attached project
Add SerializeReferenceEnumCrash MonoBehaviour to a GameObject
Result:
Crash
The crash occurs in GetFieldIdentifierForEnum(),as the code tries to determine the path for a field to see if it is an enum, in a very specific scenario.
This only occurs when the Class containing the enum field is embedded (by-value) inside another Class of exactly the same name, but with a different namespace.
A workaround is to use [SerializeReference] instead of by-value serialization for the inner class, because Unity will be track it independently of the enclosing type.
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (fix version 2022.2):
Algorithm to match properties with enum information has been reworked to avoid potential crash, and to improve support for edge cases.
Fixed inĀ 2022.2.0a12