Default Renderer, Post Processing V2 on Android, Only Works Targetting Vulkan (No OpenGLES3)

We’re using the default renderer in our current build, and relying on the post processing v2 stack. Targeting desktop, iOS, and Android. With android, we cannot get PPSV2 effects (AO and auto-exposure, or any effect for that matter) to render on OpenGLES.3 No runtime errors, or errros in the build. PPSV2 only renders on Vulkan graphics API. We’re also using AR Foundation, and that eliminates Vulkan. Searching through other cases of PPSV2 failing on Android indicate “switch off auto-graphics API”, “disable Vulkan”, “explicitly enable OpenGLES”. That method doesn’t seem to work anymore. Anyone else seen this issue?

We’re using Unity 2020.1, though I’ve traced this back all the way to 2019.1. I’ve tried previous releases of PPSV2 from github, the latest “verified” release from Package Manager, and the latest (unbroken) commit from github, and same issue. Can replicate with simple fresh scene, new project…

Anyone find a way to get PPSV2 working on Android with OpenGLES3?

Thanks for your feedback.

bump. anyone?

Hi!
Can you please report a bug?
Thanks!

AutoExposure (or any effects that require compute) are disabled for OpenGL ES on Android. Mainly because of driver issues.
You would have to change some postprocessing code

Thanks. I suppose that explains it. Any idea the status of Vulkan and AR Foundation cooperation?

could you suggest about changing code to have auto exposure support for opengl es?

have you found any solution?