how to do the hit effect of when you slash an enemy with particle system

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By DocErnst

something like this https://gifer.com/en/J8up

:bust_in_silhouette: Reply From: daniklad

There are many ways to do it but I do not think a particle system is the best.

  1. You can make an animated sprite using a texture with several frames of the effect.
  2. You can use a shader to render the effect on a ColorRect.

There are many more ways but I think those are two good ways you can look into.