I installed unity 2019.3.0f6 yesterday and I try to build my project to an android device, but the UI is darker.
I tried latest versions of 2019 and in this versions all the scene darker, but idk, the problem is just in my side?
(i use post processing)
Well, I will solve it. It will just take some time, and I can’t say, how much exactly.
I would suggest to watch this other thread, I’ll do a post there when the issue is resolved.
2019.3 URP UI dark in linear color space on Mumu Android emulator and possibly some android devices. No post-processing. I tested UI canvas with three render modes. Only the canvas in world space shows correct color.
Hello @aleksandrk
I still have this problem till now
I’ve seen other threads reporting this bug from 2017 and I think this issue should be taken more seriously by Unity as it kills the visual identity of a project.
Here we are 5 years later and the bug persists.
Can you please report this again internally?
@Opeth001 The closest sounding report for URP we currently have is UUM-12673.
Looking at it, it’s an issue with unused Post Processing Shader variant stripping. Basically, brightness in the Player will be different when you have the “Grading Mode” set to “High Dynamic Range” in the URP asset and have “Strip Unused post Processing Variants” checkbox selected (see attached images for the affected settings). This is because the _HDR_GRADING variant currently gets stripped when it shouldn’t (note, that this currently affects all platforms, not just Android and not just UI)
If the issue you are seeing disappears when you disable the “Strip Unused post Processing Variants” checkbox then we will have a fix for you soon (as a workaround, you can make sure you have a post-processing volume profile asset with a Tonemapping override (even if disabled) as that will prevent the stripping, or you could comment out the code related to m_HdrGrading inside of URP’s “ShaderPreprocessor.cs”)
However, if your issue is different and it still persists, please make a bug report with a minimal project and your specific reproduction details if you haven’t already! (please share the issue tracker link when you have)