Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.1.0f2
Issue ID
1043157
Regression
No
[EditorGUI] System.TypeCode enum String value cannot be selected from an EditorGUI popup
Steps to reproduce:
1) Open the attached project.
2) In Hierarchy, select the 'Test' gameObject.
3) In the Inspector, select Test Behaviour > Custom Display > String.
An range exception is logged in the console:
enum index is out of range
UnityEditor.SerializedProperty:set_enumValueIndex(Int32)
This happens because the last element of System.TypeCode enum (String) could not be reassigned its value.
Reproduced on:
2018.3.0a1, 2018.1.0f2, 2017.1.4p1
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
- Existing assets' references are lost when pasting in copied sub-assets
- Dragging and dropping a system that contains event context to create nested VFX crashes the editor
- TextMeshPro UV2 custom data not rendering for off-screen text with RectMask2D in Unity 6
- Text overlap and is unreadable in Inspector > Terrain Paint Texture after creating new Terrain Layer
- Event "XRInputSubsystem.trackingOriginUpdated" triggers twice when recentering the view
Resolution Note:
low priority for the moment, may be revisited in the future.