Hi!
what do think about this guys? Im making a game for console and particle systems are really expensive I thought since the game is always seen from an angle (45º) and the camera doesnt rotate, replacing some particles with sprite animations, for example when bullets collide with the players model or scenery replace that particle effect with a similar sprite animation, I use particle/object pooling so I reuse the same particle systems over and over but still sometimes with four players there are like 100 or 200 particle systems at once on screen and on top of that I have a weapon that is a flamethrower and it shots particles, what do you think? would this help save some resources?