Brown Dust Two Artistic Pipeline: Hand Painted Two D in Unity

Published on May 30, 2026 | Translated from Spanish

Brown Dust 2, developed by GAMFS, presents itself as a fascinating case study for indie developers and small studios. The game uses Unity as its base engine, but its visual identity does not rely on complex shaders or 3D models. Instead, it bets on an isometric RPG with hand-painted 2D sprites, relying on Clip Studio Paint and Photoshop for asset creation. This hybrid approach, blending traditional frame-by-frame animation with digital interpolations, demonstrates that a high-quality finish can be achieved without the need for a heavy 3D pipeline.

[Brown Dust 2 artistic pipeline with hand-painted 2D sprites in Unity, isometric RPG]

Technical workflow between Clip Studio Paint and Unity 🎨

The pipeline begins in Clip Studio Paint, where characters and backgrounds are drawn at a resolution higher than necessary (2x or 3x) to allow for reframing without loss of sharpness. Once the line art and coloring are finished, it is exported to Photoshop for post-processing: curve adjustment, color correction, and layer separation by body parts (torso, arms, legs). Subsequently, it is imported into Unity using optimized spritesheets. For animations, hand-drawn keyframes are combined with transform interpolation in the engine, drastically reducing the number of frames needed. It is crucial to compress textures to ASTC or ETC2 format and use atlases to minimize draw calls, especially in isometric scenes with multiple characters.

Lessons for developers seeking visual identity 🧠

Brown Dust 2 demonstrates that hand-painted 2D art remains a viable and powerful option in modern development. The key is not the most advanced technology, but the consistency of style and optimization of the workflow. For an indie developer, replicating this model involves mastering illustration tools like Clip Studio Paint and understanding how Unity handles sprite animations. The biggest challenge is not drawing well, but organizing layers and textures so the engine processes them without sacrificing performance. If you achieve that balance, your game can visually compete with titles of much larger budgets.

How does Brown Dust 2 manage to integrate over a hundred different animations per character in a hand-painted 2D pipeline without sacrificing visual coherence or performance in Unity, and what practical lessons can small studios extract from that workflow for their own projects?

(PS: game jams are like weddings: everyone is happy, no one sleeps, and you end up crying)