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.