Search Issue Tracker
Fixed
Fixed in 6000.0.31f1, 6000.1.0a8, 7000.0.0a12
Votes
0
Found in
6000.0.30f1
6000.1.0a6
Issue ID
UUM-90116
Regression
Yes
Value on Slider (Int) control in UI Builder displays as default when saving UI Document
Steps to reproduce:
- Open a Unity Project
- Create a new UI Document asset via Create > UI Toolkit > UI Document
- Open the new UI Document in UI Builder by double clicking on it
- Drag a Slider (Int) control onto the canvas
- Select the SliderInt and set the Value to another value
- Unselect the SliderInt by clicking elsewhere
- Save the UI Document with File > Save
Actual results: The visible value on the SliderInt resets to a default value. You have to click on the control for it to go back to the value you set.
Expected results: The visible on the SliderInt remains at the value you set it to be.
Reproducible with versions: 6000.1.0a6, 6000.0.30f1, 2023.2.0a9
Not reproducible with versions: 7000.0.0a11, 2023.2.0a8, 2021.3.45f1
Can’t test with versions: 2022.3.53f1
Tested on (OS): Ubuntu 24.04, Windows 11
Notes:
- In the most up-to-date versions, this only affects the Slider (Int) and not the normal Slider. However, it used to occur on the normal Slider too, which makes me think that at some point it was fixed for the normal Slider but the Slider (Int) was missed.
- Can not test in 2022.3.53f1 as the Value field doesn't show up in the UI Builder Inspector for both Slider types. This might be another bug
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “InvalidOperationException” errors spammed in the Console when converting Sample Scene to Sub Scene and Entities Hierarchy window is open
- Using Physics.ComputePenetration on a Capsule collider causes it to sometimes return incorrect value when dragging it through the Mesh collider
- Cinemachine Camera with Position Composer causes visual jitter when following a moving target
- Errors thrown in console when entering Play mode if an object with an Audio Source component is selected
- Editor hangs when a huge mesh is used for CanvasRenderer
Add comment