Kidbash: Super Legend is an indie action RPG from Indonesian studio Authentic Remixes that recreates the pre-rendered sprite look of classic SNES games like Donkey Kong Country using a modern pipeline. The team models and animates assets in Blender, converts them to sprite sheets via Aseprite, and assembles the final game in Unity. Creative Director Irfansyah Aryabima discusses the claymation-inspired visual identity, the roguelike weapon-mixing combat system, and how nostalgia for '90s animation and action figures shaped the game's world and characters.
Questions this post answers
How do I create pre-rendered sprite sheets from Blender models for a 2D game in Unity?
The workflow used in Kidbash: Super Legend involves modeling and animating all characters and environments in Blender, rendering them out, then processing the renders into sprite sheets using Aseprite, and finally importing those sprite sheets into Unity. This mirrors the original Donkey Kong Country production approach but uses modern tools throughout the pipeline. Developers building retro-style 2D games with this kind of pipeline share their findings on daily.dev.