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
- Nested Canvases' CanvasGroup.blocksRaycasts parameter ignores inheritance from parent Canvases' CanvasGroup when Override Sorting is enabled
- Warnings in the Bug Reporter window are cut off and not truncated when the Bug Reporter window is resized to its minimum size
- Color is incorrectly applied to objects when initialized with non-normalized parameters
- SerializationUtility.GetManagedReferencesWithMissingTypes() don't return null when “Prefab has missing SerializeReference Types“ warning banner is present
- Memory leak when VFX Graph is open and Camera has "Target Texture" enabled
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.