keijiro / KinoMotion

Motion blur post-processing effect for Unity
MIT License
648 stars 76 forks source link

Really messes with default particle system #18

Closed teacoat closed 7 years ago

teacoat commented 7 years ago

The particles get very motion blurry

Example: http://imgur.com/a/gKr0d, The particles are a child of a moving game object, and seem to get very motion blurred at some points depending on the angle of the camera

keijiro commented 7 years ago

The motion blur effect only works with opaque materials, so they shouldn't be blurred at all. I guess something weird is happening in that scene.

Would you mind providing a small project that can reproduce the issue? I'd like to look into it.

keijiro commented 7 years ago

I'm closing this issue. Please feel free to reopen for further questions.