Unity · Sprites
How to Design a Boss Sprite in Unity (AI Workflow)
A boss sprite fails if phase 2 does not read as the same creature. Lock the reference before you generate.
Preset prompt
Boss creature, 128×128, side view, 3 phases (idle 6 frames, telegraph 4 frames, ultimate 8 frames), reference-locked silhouette, transparent background.Try it in DesiStudio →Step-by-step
- 1
Write a locked prompt
Use the preset below — it fixes silhouette, palette and frame count so the AI keeps the boss consistent across every frame.
- 2
Generate a transparent-alpha sheet
DesiStudio exports true alpha PNG (color type 6) — no white halo, ready for engine import.
- 3
Import into Unity
Drop the PNG into your Unity project, slice by frame width, and set filter mode to Point (no filter) for pixel art.
- 4
Wire the animator
Create an Animator Controller and reference the sliced frames in order.