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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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.