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
- Profiler connects to a different opened Editor project when more than one project is open and building for WebGL with Autoconnect Profiler enabled
- Creating and then deleting the "Integration Update: Rotation" block breaks and makes unusable VFX Graph
- “ArgumentNullException: Value cannot be null.” when deleting a newly created input action
- Undoing the creation of the "Button - TextMeshPro" GameObject only removes Canvas and EventSystem GameObjects
- NullReferenceException errors are thrown when entering the Play Mode when ShaderGraph window is focused
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.