Hello!
I have such issue:
This issue only occurs on Mac, and only when rendering is set to Forward.
First Person Controller has two cameras:
- Clear Flags - Skybox; Culling Mask - everything except layer X; Depth - 0.
- Clear Flags - Depth Only; Culling Mask - only layer X; Depth - 1.
Camera nr 2 has three scripts (each of them causes the problem):
- Luminance based fullscreen antialiasing (standard script from Unity - the issue occurs with every Technique setting).
- CC Double Vision - outside script which causes the screen to go blurred, with double (drunk like) vision.
- Bleed Behavior - also an outside script - it creates blood drops on the screen (cutsom shader ImageBlendEffect).
After enabling any of those scripts, the whole screen (all layers) become much lighter. As I said before - this issue only occurs on Mac (Windows version works fine), and it only occurs when rendering is set to Forward (when rendering is set to Deferred, everything works fine on both Mac, and Windows build).
Screenshots of the issue:
That’s how it should look (and looks on Windows):
That’s how it looks on Mac:
Do you have any ideas why is this happening, and how to fix this?
Thank you very much for your help!