Search Issue Tracker
Won't Fix
Votes
0
Found in
5.6.3p1
Issue ID
953672
Regression
No
Unsigned Long (ulong) value input range is identical to Long in Inspector
Steps to reproduce:
1. Open attached “DataTypes.zip” Unity project
2. Open “Test” scene
3. Select “Data” object in Hierarchy
4. Change “Unsigned Long” value in Inspector to 18446744073709551615
Expected results:
Unsigned Long value is 18446744073709551615
Actual results:
Unsigned Long value is 0
Reproduced in: 2017.3.0b2, 2017.2.0f2, 2017.1.1p3, 5.6.3p4, 5.5.4p5, 5.4.6f2
Note: Negative values can be entered even though the ulong data type is unsigned. Entering any value higher than 9223372036854775807 in Inspector will result to value being 0.
Comments (3)
-
krakentanz
Sep 19, 2022 14:34
One possible workaround seems to be (if you don't need editing capabilities) to mark it as [DisplayAsString] if you have OdinInspector at hands. That way Unity won't f***k up your variables...
-
krakentanz
Sep 19, 2022 14:27
shit indeed
-
saltfishgames
Jul 03, 2021 05:32
shit
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
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
Resolution Note (2020.2.X):
Currently we dont support unsigned long long int (UINT64), adding support for it will require a lot of changes and could cause many regressions.