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
- Can not navigate through the Scene view when using a drawing tablet
- Crash on EditorDisplayDialogProc when opening Dialog box containing buttons with unusually long labels
- Crash on AsyncWriteImageToR2dFile when baking lightmaps using custom parameter with 16x Anti Aliasing samples
- Application Cloud Connection Id is incorrect when using Build Profile with Player Setting Overrides.
- [Android] [GameActivity] UI is unresponsive when Application Entry Point is set to GameActivity
Add comment