Search Issue Tracker
Fixed
Fixed in 2022.3.40f1, 6000.0.12f1, 7000.0.0a2
Votes
6
Found in
2022.3.33f1
6000.0.6f1
7000.0.0a1
Issue ID
UUM-73855
Regression
No
The non-zero value is changed to 0 when entering it for the first time into the IntegerField with showMixedValue set to true
How to reproduce:
1. Open the user-attached project “SampleProject”
2. Open the “SampleScene” scene
3. Enter the Play Mode
4. Enter a non-zero value to the field and press the Enter key
5. Observe the field
Expected results: The entered value is set
Actual results: The value is changed to 0
Reproducible with: 2022.3.33f1, 6000.0.6f1
Can’t test with: 2021.3.39f1 (IntegerField is not supported)
Reproducible on: Windows 11 Pro
Not reproducible on: No other environment tested
Notes:
- Reproducible only when entering the non-zero value for the first time
- When reproducible, the Console reports the two values simultaneously, the entered non-zero value and 0
Comments (1)
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
- Crash on JobQueue::HasJobGroupIDCompleted when closing the Editor while in Play mode on a specific project
- In "Preferences" section the “SpriteShape” menu item, the details page title “SpriteShape”, and “ControlPoint” entries are displayed as code strings rather than formatted UI strings
- Errors thrown constantly when Virtual Offset Debug is enabled and lighting was baked on AMD machine
- Persistent Memory Leak when reloading domain and using Distance-based Ghost Importance
- HDRP project doesn't render in standalone player when using High stripping
IDKMC002
Jun 12, 2024 00:16
This occurs not only with IntegerField, but also with FloatField and other inputs.