Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.4
2019.3.0f6
2020.1
Issue ID
1218195
Regression
No
Uint type enum is not selectable in the Inspector window when the enum value is above int.MaxValue
To reproduce:
1. Open attached project ("case_1218195.zip")
2. From Hierarchy select "Test" Game Object
3. In the Inspector window under the "Enum Values" open the dropdown menu
4. Try to select "One Above" enum value
Expected result: The value is selected
Actual result: The value is not selected
Reproducible in: 2017.4.37f1, 2018.4.17f1, 2019.3.1f1, 2020.1.a023
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
- [UI Builder] Viewport's gizmos for Margin and Padding disappear when dragging to modify the value and the cursor leaves the Spacing section
- "Multiplayer Center" window does not reflect changes made in "Other Packages" section
- Crash on D3DKMTOpenResource when capturing with RenderDoc while GPU Skinning is set to GPU(Batched)
- Editing and saving Curve changes in UI Builder window throws multiple errors in the Console
- [UI Builder] Value is not selected when left clicking on Spacing/Border Widget values
Resolution Note:
Unfortunately all code handling UI and Enum assumes the enum can be mapped on an integer (signed). It would be a daunting task and it would break a lot of api to assume otherwise.