Great game! Pixelart and animations are wonderful!
Have a small question about animations. Are death animations generated or every enemy animated separately?
The death animation is procedural instead of a set sprite sheet. A script reads the pixels from the enemy image, and spawns a particle for each pixel into a standard Unity particle system. It was very helpful to save time!