We’ve got particles!

This actually took quite long, I had to build my own particle system from scratch because unity’s default particle system doesn’t support unity’s own sprite functionality… This makes using it in a sprite-based game very inefficient as it’d need a whole different material and thus cost more drawcalls, so I built my own sprite-powered particle system!
It was actually quite fun to do, as I had full control over what features the particles needed, like rotating towards their velocity, scaling according to velocity and more! All for less drawcalls and performance than the default system would take! Love it!

I’m really glad this game ended up in the jam so I could still work on it after submission on day2 😀