I use particle systems for my projectiles.
Randomize direction is used to spread the particles, however, the particles itself do not align with the direction, they keep the direciton of the transform.
Any idea how to solve this?
I tried rotating the transform after each particle, but then all the particles rotate along with it.