I have made a 2D game and right now I am converting it to a 3D game. All fine so far, only for the particles I had used the particles library from monogame extended but this library only supports 2D particles based on sprites.
I was unable to find other ones besides the ones in other engines like Unity / Godot / Unreal /
How can I make 3D particles for my game?
A particle system simulates and renders many small images or Meshes). Do your particles need to have a volume? (If so, explaining why might help us find alternatives) \$\endgroup\$