Making Bullet Trail Effect?

How to make a bullet trail effect like this?

  1. I want to make the white trail effect following the bullet
  2. After the bullet end it emits white particles like the video

I already made my arrow sprite and installed bullet extension.
Now it fires normal arrow with no effect idk how to do.

1 Like

on every frame create a particle emmiter with 1 prticle in the tank, and no force at the position of the bullet (if there are any bullets, dont forget this for performane reasons), or when you for a bullet, also create a particle emmiter with infinite particles, and when the bullet gets deleted, so does the emmiter.

2 Likes