Legacy Documentation: Version 5.0
Grayscale
Noise And Grain

Motion Blur

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

The Motion Blur image effect enhances fast-moving scenes by leaving “motion trails” of previously rendered frames. For a modern implementation of Motion Blur, please refer to the new Camera Motion Blur Effect.

Like with all image effects, make sure to have the Standard Assets Effects package installed.

Motion Blur effect applied to the rotating scene
Motion Blur effect applied to the rotating scene
Property: Function:
Blur Amount How much of the previous frames to leave in the image. Higher values make longer motion trails.
Extra Blur If checked, this makes motion trails more blurry, by applying some extra blur to previous frames.

Tips:

  • Motion Blur only works while in play mode because it’s time based.

Hardware support

Motion Blur effect works all graphics cards that support rendering to a texture. E.g. GeForce2, Radeon 7000 and up. All image effects automatically disable themselves when they can not run on an end-users graphics card.

Grayscale
Noise And Grain