Search Issue Tracker
By Design
Votes
0
Found in
2018.3.0f2
Issue ID
1117030
Regression
No
UI sprites differ when one of them has transparent background, other has white background and Linear Color Space is selected
How to reproduce:
1. Open attached Unity project
2. Load scene "Gradient"
Expected result: Both sprites looks the same.
Actual result: sprites differ in Linear Color Space
Reproduced on: 2019.2.0a8, 2019.1.0b6, 2018.3.8f1, 2017.4.23f1.
Note: With Gama Color Space both sprites looks the same.
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
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
Resolution Note:
Linear color space would affect blending as explained here:
https://docs.unity3d.com/Manual/LinearRendering-LinearOrGammaWorkflow.html
https://forum.unity.com/threads/bug-with-bypass-srgb-sampling.282469/
This problem will be addressed in LWRP.