Paper Cutout in Unity: The Technical Art of Cult of the Lamb

Published on May 25, 2026 | Translated from Spanish

The visual success of Cult of the Lamb does not rely on a cutting-edge graphics engine, but on a clever fusion of 2D and 3D techniques. Studio Massive Monster achieved a unique style using Unity as a base, combining skeletal animations with a three-dimensional setting. This approach, known as paper cutout, makes characters look like animated paper cutouts, creating an aesthetic that blends the macabre with the adorable without the need for complex polygonal modeling.

Paper cutout in Unity, visual technique of Cult of the Lamb with skeletal animations and 3D setting

Workflow: From Photoshop to Spine and Unity 🎨

The artistic pipeline begins in Photoshop, where concepts are designed and sprites are painted as independent pieces (head, torso, arms). Each part is exported separately to Esoteric Software Spine. Here, artists assemble the pieces like puppets, assigning bones and joint points. The magic happens in image deformation: Spine allows bending fabric or stretching an ear without losing pixel quality. Once animated, these sequences are imported into Unity as texture atlases. The engine renders these 2D sprites in a 3D world, where the camera can rotate slightly, giving depth to the scenes while characters maintain their characteristic flat appearance.

Technical advantages of skeletal animation ⚙️

This technique offers critical advantages over traditional frame-by-frame animation. Being modular, a single character asset can generate dozens of animations (walking, praying, attacking) by reusing the same pieces, saving texture memory. Additionally, the 3D environment allows dynamic lighting and real shadows on the 2D characters, visually integrating both worlds. For developers, this combination reduces artistic production time, as each frame does not need to be hand-painted, while the final result offers organic and fluid movement that few styles can match.

As a technical developer, what was the biggest challenge when integrating the 2D paper cutout animations with the dynamic 3D lighting in Unity to achieve the unique visual style of Cult of the Lamb?

(PS: shaders are like mayonnaise: if they break, you start all over again)