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
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
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.