Cinematic Effects; SSR render order issue with grass.

Hey there,
I love the new Image effects you have added. Especially the SSR helps to improve the graphics of our game.
However, I have enountered a bug with the render order and grass.

Not sure how to fix it. I have searched for it in the Forums, but I could not find anyone who had the same problem.
Maybe I am just bad at searching.

But anyway:

As you can see the reflective surfaces are rendering over the grass. I have checked if it is the SSAO causing it, because it looks very similiar to this, but the SSAO is certainly not the problem. It must be something with the SSR.

Thanks!

Hi. So this is related to:
https://bitbucket.org/Unity-Technologies/cinematic-image-effects/issues/15/ao-and-ssr-problems-with-forward-only

We have a fix on bitbucket, but it will only work on 5.3 atm due to a bug in unity 5.4 command buffers. If you are on 5.3 feel free to try the new ssr on the branch called ssr.

Ah! Thank you!