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
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- Constant console errors when using Min/Max Slider in PlayMode
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- [Linux] AutoLocale log is logged when opening a project
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.