Problem Color Space linear

hello

i have a problem with Color Space linear, my UI look more clarity than Gamma.

I tried to fix that active and inactive sRGB (Color Texture), but don’t worked.

Thanks


up
please

An excerpt from the Bakery asset documentation.

Direct Light component may complain about project not using linear light intensity. The problem is that by default Unity applies gamma correction to light source colors incorrectly (x.com). Correct mode can be enabled by scripting (Unity - Scripting API: Rendering.GraphicsSettings.lightsUseLinearIntensity), and that’s what the “Fix” button does. If you already have many light sources set up in non-linear intensity mode, and you don’t want to change them again, you may skip fixing. Even if you press “Fix”, you can always revert the change anytime.