Search Issue Tracker
Fixed
Fixed in 2022.3.2f1, 2023.1.0f1, 2023.2.0a19
Votes
17
Found in
2022.2.21f1
2022.3.1f1
2023.1.0b18
2023.2.0a16
Issue ID
UUM-36298
Regression
Yes
InputField of UIToolkit Slider does not update bound property
Reproduction steps:
1. Open the attached “SliderBugTest.zip” project
2. Open the “Assets/Scenes/SampleScene.unity” Scene
3. Select the "EXAMPLE" GameObject in the Hierarchy window
4. Enter the value “5” in the Text Input Field next to the Slider under the “New Behaviour Script” Component in the Inspector window
5. Switch the Inspector window to the Debug Mode
6. Observe the “Foo Bar” Value under the “New Behaviour Script” Component
Expected result: The “Foo Bar” Value retains the value from the Text Input Field, which is 5
Actual result: The “Foo Bar” Value is 0
Reproducible with: 2022.2.17f1, 2022.2.21f1, 2023.1.0b18, 2023.2.0a16
Not reproducible with: 2020.3.48f1, 2021.3.26f1, 2022.2.16f1
Reproducible on: Windows 10 Pro (22H2)
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (fix version 2023.2.0a19):
Fixed the slider's value retention when entering a value into the slider's text field.
Resolution Note (fix version 2023.1.0f1):
Fixed the slider's value retention when entering a value into the slider's text field.
Resolution Note (fix version 2022.3.2f1):
Fixed the slider's value retention when entering a value into the slider's text field.