Is it wrong to use 3D particles from the store to use in a 2D scene? Since the 2D scene is just a scene with a solid background and a positioned camera, I don’t see anything wrong. And it gets the job done too. Still not sure if I should do it or not.
There’s nothing wrong with mixing 3D graphics with 2D gameplay (or even mixing 2D and 3D graphics), many classic games have done this. If your game is mostly made of 2D sprites, just make sure to set up your sorting layers so the particles always render in front of what they’re supposed to be in front of.
If anyone is looking for its answer , follow the first answer of this link.