Search Issue Tracker
Fixed
Fixed in 2022.3.18f1
Votes
0
Found in
2022.3.17f1
Issue ID
UUM-73717
Regression
Yes
EditorGUILayout.EnumFlagsField is erratic when there are multiple fields in the same Editor window
Reproduction steps:
1. Open the attached “Repro“ project
2. Open the “EnumFlagsFieldExample“ Custom Editor Window (Examples > EnumFlagsField Example)
3. Select “A” and “B” in the first field’s dropdown
4. Select “A“ and “B“ in the second field’s dropdown
5. Observe both fields
Expected result: “AB“ is selected in both fields
Actual result: Only “A“ is selected in the second field as it behaves unpredictably
Reproducible with: 2022.3.14f1, 2022.3.17f1,
Not reproducible with: 2021.3.39f1, 2022.3.13f1, 6000.0.5f1,
Fixed in: 2022.3.18f1
Reproducible on: M1 MacOS 14.4.1
Not reproducible on: No other environment tested
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on CollectAllSceneManagerAndObjectIDs when opening a specific Scene
- GPU device suspended error when replaying a video in the Video Player with NVIDIA Vertical Sync set to Fast
- GPU device suspended error when replaying a video in the Video Player with NVIDIA Vertical Sync set to Fast
- SetComponentEnabled uses class instead of struct when constraining Enableable Component type
- [iOS] Application.deepLinkActivated does not get invoked while app is running when UIApplicationSceneManifest is added in Info.plist
Add comment