Search Issue Tracker
Fixed
Fixed in 2021.3.34f1, 2022.2.15f1, 2023.1.0b12, 2023.2.0a6
Votes
1
Found in
2020.3.39f1
2021.3.8f1
2022.1.14f1
2022.2.0b6
2023.1.0a9
2023.2.0a1
Issue ID
UUM-12666
Regression
Yes
Animation with UI Vertex colors is choppy when the Color Space is set to Linear
Reproduction steps:
# Open the attached project
# Open the “/Assets/Scenes/UI Graphics.unity” Scene
# Enter the Play Mode
# Observe the color change animations in white squares
# Change the Color Space to Linear (Edit > Project Settings > Player > Other Settings > Color Space)
# Enter the Play Mode
# Observe the color change animations in white squares
Expected result: Using the Linear Color Space the Animation in the left square is the same as the one in the “expected result” square
Actual result: Using the Linear Color Space the Animation in the left square is choppy
Reproducible with: 2020.3.39f1, 2021.3.8f1, 2022.1.14f1, 2022.2.0b6, 2023.1.0a9
Reproducible on: Windows 10 (21H2)
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
- "Browse" button for Xcode in the "Build Profiles" window is too big
- USS styles fail to inherit correctly when contentContainer is overridden in a custom control
- Copying and pasting Animator Transitions leads to unexpected behaviour
- "ShaderGraph" misses a space in the "Project Settings" section
- UI Builder inspector’s checkbox fields can be activated when clicking anywhere in the value field
Resolution Note (fix version 2023.2.0a6):
With VertexColorAlwaysGammaSpace checked on Canvas, Unity will perform colour space conversion in shaders instead of on CPU. This allows higher colour space conversion precision.