The Eternal Life of Goldman: A Technical Analysis of Its Traditional 2D Animation

Published on March 06, 2026 | Translated from Spanish

In a landscape dominated by 3D graphics and interpolated animation, The Eternal Life of Goldman stands out for a risky and laborious artistic bet: 2D animation completely hand-drawn, frame by frame. This technical analysis delves into the game's production, examining how its team integrated a classic animation workflow, using Adobe Photoshop and Toon Boom Harmony, into the Unity engine. A fascinating case study on the fusion of artisanal techniques with modern development technology.

Main character with detailed animation in a hand-painted environment, showing the fluidity of frame by frame.

Production Pipeline: From Pencil to Unity 🛠️

The process begins with the manual drawing of each frame in Adobe Photoshop, where the key art is defined. Subsequently, these assets are imported into Toon Boom Harmony, specialized software that allows managing animation sequences, performing compositions, and ensuring the consistency of traditional movement without digital interpolation. The main technical challenge lies in the export and integration within Unity. Each animated sequence must be exported as individual sprites or carefully organized sprite sheets, maintaining the fluidity and high frames per second rate demanded by this style. Memory management and draw call batching in Unity become crucial for optimizing performance, given the large volume of unique textures generated by this method.

The Value and Cost of Authenticity ⚖️

The result is a unique and organic visual identity, full of expressiveness that is difficult to replicate with automated digital techniques. However, this decision entails an exponentially greater production cost in time and human resources, limiting the amount of animation that can be included. For developers, the project serves as a reminder that the technical choice must always be in service of the artistic vision, and that, despite the complexity, the integration of traditional pipelines into modern engines is viable and can make a difference in a saturated market.

How does The Eternal Life of Goldman achieve fluid and expressive traditional 2D animation at a technical level, and what lessons can a modern game developer draw from its artisanal pipeline?

(P.S.: 90% of development time is polishing, the other 90% is fixing bugs)