Car Speed Effect...

Hello...

How can I make a speed effect,like in NFS and other racing games...when I accelerate i want my screen to show that speed effect...

http://www.youtube.com/watch?v=y5LWjAj54_8 this video is a good example.Just look at the environment...

I believe this is easily achieved with a motion blur shader or a radial motion blur shader.

  • Note: Image space effects require Unity Pro License or Trial.

You could make a texture with transparency, and then you would place it in the GUI and take the whole space of the screen. You could use scripting to make it fade in based on the car's speed. That would be a way to do it without Unity Pro.