Search Issue Tracker
Fixed in 2017.1.X
Votes
0
Found in
5.5.1p4
Issue ID
889001
Regression
No
[Inspector] Integer fields are displayed instead of values for serialized enums declared in generic types
Serialized enums, that derive from abstract classes are shown as integers in the Inspector.
Steps to reproduce:
1) Open the latest attached project.
2) Open 'TestScene'.
3) In the Hierarchy, select 'Main Camera'.
The script attached to Main Camera has two serialized enums - SingletonType and SingletonType2. SingletonType is defined in an abstract class and derives from it. SingletonType2 is a regular enum. When they are set to be shown in the Inspector, using the [SerializeField] attribute, SingletonType shows enum values as a dropdown list, but instead of SingletonType2 values, a simple integer field is shown.
Reproduced on:
2017.1.0a3, 5.5.2p2, 5.2.4f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
Add comment