Quick question regarding graphics

Hi.

I am new to Unity and am still in the process of fugirng stuff out. I want to “play” a visual effect when the player dies. Like make the screen go all blury and add chromatic aberration and stuff, for the entire screen.

My quesstion is, what would be a good way of doing this? Pls point me to some docs or tutorials or something.
Thanks.

This type of effect is called “postprocessing”. The proper way to do it depends on which rendering pipeline you are using (builtin, URP, HDRP).

Read this page for more info:

Thanks