I am working on a game in unity, and I am making a slow motion system where a player holds down a button and you will slow down time, but only until your bar runs out, I have that part down, but it looks a bit bland, so I want to make it so when I press the button, it will add like a grey overlay around the edges of the camera that fades as it gets closer to the center, how can I accomplish this?
Asked
Active
Viewed 124 times
-1
-
1You could use vignette which is a post-processing effect. You could also fade in/out a full-screen image on the canvas. – Iggy Oct 02 '21 at 14:39
1 Answers
0
As @iggy said in the comments, I was able to use the vignette post-processing effect to achieve this.

Jeremy Caney
- 7,102
- 69
- 48
- 77

Mason Walker
- 1
- 3