Unity Issue Tracker - Enum field is shown as an Integer field when it is serialized in a nested structure
Fixed
UUM-47081
Enum field is shown as an Integer field when it is serialized in a nested structure
Unity: Serialization
Fixed
2023.3.X
2023.2.X
2023.1.X
2022.3.X
Won't Fix
2021.3.X
Not ported to 2021.3, this is resolved on 2022.3 and above.
How to reproduce:
1. Open the “enum_repro.zip“
2. Select the “TestInstance (Test)“ asset
3. Observe the “Enum Variable“ field nested inside “List Of Lists“ in the Inspector
Expected result: An Enum field is seen
Actual result: An Integer field is seen