Search Issue Tracker
Won't Fix
Won't Fix in 2023.3.X
Votes
0
Found in
2022.3.8f1
2023.1.10f1
2023.2.0b6
2023.3.0a3
Issue ID
UUM-47114
Regression
Yes
EditorGUILayout.EnumFlagsField breaks when enum member has a -1 assigned
Reproduction steps:
1. Open the attached project "EnumFlagsField"
2. Select "Test" GameObjert in the Hierarchy
Expected result: there are two enum dropdowns in the Inspector under the Script component
Actual result: there is only one dropdown and "IndexOutOfRangeException: Index was outside the bounds of the array." errors are spammed in the Console
Reproducible with: 2022.2.3f1, 2022.3.8f1, 2023.1.10f1, 2023.2.0b6, 2023.3.0a3
Not reproducible with: 2021.3.30f1, 2022.2.2f1
Reproducible on: macOS 13.4.1 (Intel)
Not reproducible on: No other environment tested
Notes:
1. More errors can appear when moving/clicking the mouse
2. Reproducible after changing "~0" in the Script to "-1" but not "-2" or "-3"
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note:
Thank you for bringing this issue to our attention. After careful consideration, we have determined that other higher-priority issues should take precedence, and we have decided not to address your issue at this time. The priority level is determined by factors such as the severity and frequency of an issue and the number of users affected by it. We appreciate your input and understanding, and please let us know if you have any other concerns or issues you would like to report in the future.
Resolution Note (2023.3.X):
Thank you for bringing this issue to our attention. After careful consideration, we have determined that other higher-priority issues should take precedence, and we have decided not to address your issue at this time. The priority level is determined by factors such as the severity and frequency of an issue and the number of users affected by it. We appreciate your input and understanding, and please let us know if you have any other concerns or issues you would like to report in the future.