Hi, I was wondering if anyone knew of a way to get my ui (which is in camera space) to render after the post processing?
Basically I’m taking screenshots by reading from a buffer and I can get my ui elements to render if I’m in camera space (I couldn’t get it to work in screenspace) however my postproccessing effects such as ambient occlusion, colour grading, and DOF blur are being rendered before the ui layer so the UI is affected by it.
Building my own srp is a bit beyond me at this point but I’m wondering if maybe there is a way I can force the order of rendering so that the ui is right on top?
(I looked into hooking a command buffer onto the final camera event but this only works in standard, and the scriptable renderer features are only coming with URP in 2019.3)
Thanks