alelievr / HDRP-UI-Camera-Stacking

Optimized implementation of camera stacking for UI only in HDRP.
MIT License
173 stars 22 forks source link

Post-processing update? #23

Open Jbaker08 opened 10 months ago

Jbaker08 commented 10 months ago

Did you ever get post-processing to work with this? It would be great since then I could 'curve my UI' using a post process.

There is a sort of work around to do this but it's overcomplicated with render-to-textures and it doesn't ever look correct.

alelievr commented 9 months ago

Hello,

Sadly I don't think it's possible in this package, it require some modifications in HDRP package to access the post processes. I'm working to get a UI mode in camera published in HDRP officially and it'll support post processing, if it works well it will essentially replace this package.