
Descrição
29 animated projectiles: the shot itself rather than the impact. Fireball, arrow, magic missile, energy bolt, ice shard, poison dart, holy lance and shadow bolt, with three or four separate animated variations of each, so repeated fire does not play the identical sprite every time.
Every projectile is authored pointing RIGHT and holds position in its cell while its trail moves. Rotate one sprite to the firing angle instead of shipping eight directions of each, and move it through the world with your own code: none of the cell is wasted on travel, so the effect stays large in frame.
These are 2D sprite animations. Every effect is a flipbook of drawn frames, not a 3D particle system and not a VFX Graph asset. You play them on a sprite, a quad or a UI image, which is why they behave the same in any engine and need no per-engine setup.
How this pack is organised: the pack is one theme. The theme holds 8 effects, and each effect comes as 3 to 4 separate animated variations of itself, so the same effect does not play identical frames every time it fires. 29 animations in total.
Every variation ships in four formats, ready for whatever your engine prefers:
frames/001-024.png - numbered RGBA sequence, 512x512
sheet.png - one 5x5 spritesheet, 2560x2560, RGBA
anim.png - lossless animated PNG with alpha, for web and UI
preview.gif - small looping preview for quick browsing
The eight projectiles:
Fireball - churning flame body with a streaming ember trail
Arrow Trail - arrow with a thinning speed trail and shed sparks
Magic Missile - arcane bolt with orbiting motes and a spiral trail
Energy Bolt - crackling energy bolt with arcing filaments
Ice Shard - frozen shard shedding glitter and vapour
Poison Dart - toxic dart with a dripping green vapour trail
Holy Lance - golden lance with light rippling up the shaft
Shadow Bolt - dark bolt wrapped in writhing vapour and a ribbon trail
The Unity download is a real .unitypackage exported from the editor, so the textures arrive as Sprites with alpha kept, no compression, and each 5x5 sheet already sliced into its 24 frames. UNITY_README.txt walks through turning a frame sequence into a playing clip, and which additive material to use. The zip of PNG frames is there too, for every other engine.
It also carries a demo scene. Open Demo/ProjectileVFXVol1 Demo.unity and every effect in the pack is laid out on a ground plane, playing at 24 fps with its name beside it, each one already wired up with a SpriteRenderer, an Animator and an additive material to copy straight into your own scene.
These are additive effects: authored on black, with alpha derived from their own brightness. In Unreal use a Translucent material with Blend Mode Additive plugged into Emissive; in Unity a Particles/Standard Unlit material in Additive mode. Normal alpha blending also works and reads slightly flatter. Every animation is 24 frames at 24 fps, 512x512, and ships as a numbered PNG sequence, a 5x5 spritesheet, and an animated PNG.
Authored at 24 fps and built to repeat for as long as the shot is in the air, with no hold and no ping-pong. Every animation was measured for motion, loop closure and edge artefacts, then reviewed by eye; nothing here is a raw generator dump.
Royalty-free for commercial and personal projects, with no attribution required. No resale or redistribution as an asset pack; full license text is included in the download.




