How to blur the corners of the screen?

Hello human beings!

I need to blur the corners of the screen in a more red color as the player get hurt more.
I don’t know how to do this…
Is there an asset from the store for that?

Please help me.
Tx.

Here’s an image you can use for your red vignette, took me all of 20 secs to make!

When you imprt it into unity change texture type to Sprite.

Then make a new UI image, set the source image to your sprite

Then just change the anchor presets so it fills the screen(The anchor presets are just under the word “rect transform” on your image. Select the option on the bottom left)

then just change your script to increase the alpha of the colour of this image as your player’s hp goes down.
p.s. Probably gonna use this in my game now XD

You could blur the Screen and add a Vignette effect with the Standard Effect Asset Pack already installed in your Unity.

Just import the Standard Effects Asset Pack into your Project and go into the Scripts folder to select your Script you want to use

I would just use a transparent png image. Then you could adjust the alpha value as the players health is decresing.