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
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
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.