Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Question Distorted colors in Android, after applying post processing

Discussion in 'Image Effects' started by default_team, Aug 22, 2020.

  1. default_team

    default_team

    Joined:
    Dec 1, 2018
    Posts:
    21
    I have a post-processing profile applied to my main camera with 'color grading', and 'chromatic aberration' enabled.

    Here is a screenshot of the game running on Sony Xperia M4 Aqua E2353:



    And in the debug logs I noticed the following errors and warnings:

    But I've tested in Samsung S10, and everything looks fine.
    Would I have to disable post-processing altogether for selected devices, or is there a workaround to handle such cases?

    I'm using Post Processing 2.3.0.

    Updated

    For the moment I disabled post-processing based on the device's API level. But the API level is not really a good indicator to determine whether to enable post-processing or not. I really appreciate any insights.
     
    Last edited: Aug 22, 2020