Mario Kart Drift Effect

This is what my drift particles look like. The emitters are all in local space, and I have them inheriting velocity. What I really want is more of a Mario Kart Style drift effect.

When they don’t inherit velocity they are out of the visible area so fast you don’t get to see them.

Any thoughts to how I can have the particles stay with the kart and having their own velocity.

Can you post a video/gif to better undestand?

I’ll see if I can get one for you. I “kinda” solved the problem. The motion blur is what caused the effect I didn’t want. Turning that off “fixed” it. I would have preferred to be able to keep motion blur on everything but those effects.

You can try to modify the Translucency Pass of the particle materials.
There you have 3 options:

  • Before DOF
  • After DOF
  • After Motion Blur

Let me know! :slight_smile:

I changed it to After Motion Blur and that fixed it! It looks so much better thank you!!!