Search Issue Tracker
Fixed in 2020.1.X
Votes
0
Found in
2020.1.0a14
Issue ID
1201281
Regression
No
Generic UnityEvent field throws "type is not a enum value" when changing functions in the Inspector
Steps to reproduce:
1. Open the provided project "case_1201281-Sandbox-Unity.zip"
2. In the Hierarchy window select "GameObject" GameObject
3. In the Inspector window try selecting any UnityEvent type function
Expected results: No errors are being thrown in the Console
Actual results: "type is not enum value" is being thrown in the Console
Reproduced with: 2020.1.0a15
Could not test with 2017.4, 2018.4, 2019.2, 2019.3 due to this issue being a new feature released in 2020.1.0a14
Error in the console:
type is not a enum value
UnityEditor.SerializedProperty:get_enumValueIndex()
UnityEditorInternal.UnityEventDrawer:GetMode(SerializedProperty)
UnityEditorInternal.UnityEventDrawer:DrawEvent(Rect, Int32, Boolean, Boolean)
UnityEditorInternal.ReorderableList:DoListElements(Rect)
UnityEditorInternal.ReorderableList:DoList(Rect)
UnityEditorInternal.UnityEventDrawer:OnGUI(Rect)
UnityEditorInternal.UnityEventDrawer:OnGUI(Rect, SerializedProperty, GUIContent)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
- Last segment of a Sprite Shape Spline is affected by other segments' Sprite Variant change when no edge Sprite is selected
Add comment