Problem with leaves when using color effects.

Hello.

I came up with a problem that i have when using color effects from the asset called FxPro.
Leaves of the trees become almost transparent, how can i undo that, Thanks in advance.
Scene WITHOUT color effects.


Scene WITH color effects (mostly fog).

The problem exists with your depth of field as well. The cause is your leaves aren’t doing a ZWrite, but the fog is rendering after them.

This can be fixed by either modifying the shader for the leaves to use ZWrite On, or it might be a problem with the Queue, or the fog is rendering at the wrong time (ie it’s rendering after transparency instead of before).

ZWrite On is the most likely solution though.