Hi,
I'm creating a game where I added some glow effect due to that videos:
https://www.youtube.com/watch?v=WiDVoj5VQ4c
https://www.youtube.com/watch?v=5dzGj9k8Qy8&t=503s
So from package manager I added Universal RP. Created "PipelineAsset", and set this in *project settings* -> *graphics* as "Scriptable Render Pipeline Settings". Everything works fine, I added some glow using graphs and all that stuff :D
But then I wanted to add some glow/bloom effect to my UI. I found no solution how to add this glow to UI just like I did for game elements. But I found that I can use "post processing V2". As I understand "Universal RP" already got this "post processing" but usage is different?
So I wanted to add this post processing but it doesn't work with my "Scriptable Render Pipeline Settings". If I change it back to "None (Render Pipeline Asset)" then it works but my glow game effects doesn't. So I can have glow at my UI or glow in my game elements, animations...
How to solve it? Can I use different "Scriptable Render Pipeline Settings" in different scenes? Or can I use shader graphs with "None (Render Pipeline Asset)"? Or maybe can I choose one of this options (post-processing or Universal RP) and do all with it?
↧