- Home /
How to activate motion blur while the player dashes?
I am working on an indie game and me and my team are in pre production. I am starting to put together a test build for testing the game mechanics. I have a question: How to activate motion blur while the player dashes?
When the player gets a DASH powerup, when the player presses the key bind to dashing, they do a DASH power. During the time period of Dashing, I want the screen to have a motion blur not all over the screen, but only around the outside of the middle of the screen. so there is an invisible circle around where the player is on the screen, I want the motion blur to happen OUTSIDE of it.
Ai$$anonymous$$g to get it soon, using the free version to get used to the way Unity works.
Answer by Tetrad · Jun 11, 2010 at 05:37 PM
http://unity3d.com/support/resources/tutorials/car-tutorial
There's a effect that blurs the screen when the car is moving quickly. I'd recommend looking at that.