Search Unity

Question Problem with Color Lookup

Discussion in 'Editor & General Support' started by dBurniston, Mar 3, 2021.

  1. dBurniston

    dBurniston

    Joined:
    May 8, 2020
    Posts:
    2
    I'm trying to implement color blindness filters into my game for accessibility, and I figured the best way to do this would be with the color lookup post processing effect. So I applied my filters, but It didn't look quite how I expected, everything very high contrast and bright colors, not how I'd seen these types of filters looking before. So after a while tweaking my LUT files thinking they might be the problem, I decided to try using the color lookup with a neutral LUT (which shouldn't do anything to the image) in order to see if something else could be the issue. And this is what happened, first picture is without the effect turned on, second is with the effect turned on and a neutral LUT.

    noLUT.JPG NeutrakLUT.JPG

    I'm using URP with these setting:

    urpSettings.JPG

    And these are the import settings for the LUT files I'm using:

    import settings.JPG

    Does anybody have any idea what could be happening here or how to fix it? Thanks.