Search Issue Tracker
Fixed
Fixed in 2021.3.28f1, 2022.3.3f1, 2023.1.0f1, 2023.2.0a18
Votes
0
Found in
2020.3.47f1
2021.3.23f1
2022.2.16f1
2022.3.0f1
2023.1.0b13
2023.2.0a11
Issue ID
UUM-34170
Regression
No
Slider Component Normal Color property does not change in Scene and Game view when changed with an Animation
Reproduction steps:
1. Open the attached "SlideVSDropdown" project
2. Open "Assets/Scenes/SampleScene.unity" scene
3. In the Hierarchy window click the “Canvas” drop-down arrow and select the “Slider” GameObject
4. In the Inspector Window, Slider Component, change the “Normal Color” property to green
5. Observe Slider Handle color change in the Game view
6. Enter Play mode
7. Observe the Game view
Expected result: Slider Handle changes colors to blue and red like other “Canvas” GameObjects (“Text_TMP_2”, “Text (TMP)”, “Dropdown”)
Actual result: Slider Handle color stays green
Reproducible with: 2020.3.47f1, 2021.3.23f1, 2022.2.16f1, 2023.1.0b13, 2023.2.0a11
Reproducible on: macOS Ventura 13.2.1 (M1 Max)
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
- Sprite Atlas remains loaded in memory after scene change or unloading assets
- Decompressing a DeflateStream under IL2CPP misses a few bytes
- Referred style sheet stays dirty after saving when using the UIBuilder
- The Height map Amplitude is not working when using HDRP/LayeredLit
- Infinite inertial tensor rotation values are not discarded (both AB and RB)
Resolution Note (fix version 2023.2.0a18):
When animated some slider properties such as isInteractable or Normal Color do not render on the scene view even though the changes appear on the inspector. This is due to some slider UI properties have a dirty flag to indicate the value is changed, the animation system sets values directly which means the flag is never set.
Resolution Note (fix version 2023.1.0f1):
When animated some slider properties such as isInteractable or Normal Color do not render on the scene view even though the changes appear on the inspector. This is due to some slider UI properties have a dirty flag to indicate the value is changed, the animation system sets values directly which means the flag is never set.
Resolution Note (fix version 2022.3.3f1):
When animated some slider properties such as isInteractable or Normal Color do not render on the scene view even though the changes appear on the inspector. This is due to some slider UI properties have a dirty flag to indicate the value is changed, the animation system sets values directly which means the flag is never set.