The 3D Character Pipeline - Stage by Stage
A game character that ends up on screen has passed through roughly ten distinct stages, often several different artists, and a dozen points where a small decision quietly determined how much rework everyone downstream would eat. The pipeline exists to keep those decisions in the right order, because the cost of fixing a problem roughly multiplies every stage it survives undetected. The standard order, the one most studios follow with minor variation, runs like this: concept, blockout, sculpt, retopology, UV mapping, baking, texturing, rigging and skinning, then engine integration. Individual artists document their own version of this sequence in project breakdowns, and the broad shape is remarkably consistent across studios. This walkthrough goes stage by stage: what happens, who tends to own it, and the mistake at each step that costs the most when it slips through. Concept Before anything is built in 3D, a concept artist establishes who the character is and what they look like from the angles a modeler will need. For production work that usually means more than a single hero pose. A modeler needs clear front and side information, a sense of the silhouette, and enough material and color direction to know what they're aiming at. The concept is also where the cheapest changes live. Redrawing a shoulder pauldron is a few hours. Resculpting it after it's been modeled, retopologized, and textured is days. A good pipeline front-loads as much decision-making as possible into this stage precisely because it's the last place changes are nearly free. Costliest mistake here: starting 3D before the concept is locked. The temptation is to "figure it out in the sculpt," and in pre-production that's fine. In production, an unlocked concept turns the entire downstream pipeline into a revision loop, because every change to the design ripples through every stage that already happened. Blockout The blockout is the character in rough, simple geometry. No detail, no fine forms, just primitive shapes placed to establish proportion, scale, and silhouette. Many artists block out in ZBrush or Maya using basic forms, keeping everything simple enough that proportions can still be shoved around freely. This is a proportion and readability check, and it's worth more than it looks. Catching that the head is slightly too large or the silhouette doesn't read here costs minutes. The same fix after sculpting costs a day. A common professional habit is dropping the blockout into the scene at intended scale, next to other characters or props, to confirm it holds up in context before any real time is invested. Costliest mistake here: rushing past the blockout to get to the "real" work. Every proportion problem you don't catch now gets more expensive and more emotionally hard to fix the more hours you've sunk into the piece. Sculpting Now the character is built up in detail, working like digital clay, almost always in ZBrush. The discipline is hierarchical: primary forms first (the big masses), then secondary (muscles, major folds, large mechanical details), then tertiary (pores, scratches, fine wrinkles, fabric weave). The result is a high-poly model that can run into the millions of polygons, far too heavy for a game to run, but that's not its job yet. The reason for the strict order is that detail added too early gets in the way. Carving pores into a face whose underlying skull proportions are still wrong means redoing the pores when you fix the skull. Pros build up pass by pass for exactly this reason, resisting the urge to jump to high subdivision before the base forms are right. Costliest mistake here: detailing on top of a broken foundation. Tertiary detail on bad primary forms is wasted work, and the deeper you are into detail the less willing you'll be to go back and fix the structure underneath. Retopology The high-poly sculpt is beautiful and unusable in a game. Retopology rebuilds it as a clean, low-poly mesh, the version that will actually be rigged, animated, and shipped. For a character, this is far more than a mechanical "reduce polygon count" pass; it's a craft decision with real downstream consequences. The thing that matters most is edge flow, especially around anything that deforms. The loops around shoulders, elbows, knees, and the face determine how the mesh behaves once it's animated. Bad edge flow at a shoulder produces pinching at 90 degrees that no rigger can fully fix later. Caught here, it's one revision. Caught after rigging, it's several, across multiple people. Polycounts depend entirely on platform and the character's role. A hero character in a mid-core to AAA production might target somewhere in the range of 80,000 to 120,000 triangles at the highest level of detail, stepping down to a fraction of that for distant LODs, while a mobile character lives on a far tighter budget. Costliest mistake here: treating retopo as cleanup instead of craft. Topology built without thinking about deformation creates animation problems that surface much later, when they're far more expensive to trace back and fix. UV mapping UV mapping unwraps the 3D surface into a flat 2D layout so textures have somewhere to live. Every point on the model gets a coordinate on a 2D plane, and the quality of that layout decides how cleanly textures sit and how well the baking stage behaves. This stage is quiet and easy to undervalue, right up until it sabotages a later one. A surprising number of "broken bake" disasters two stages from now are actually UV problems that lay dormant: overlapping islands, bad seams, wasted texture space. The layout was wrong from the start; it just didn't announce itself until baking. Costliest mistake here: sloppy UVs that pass visual inspection but fail under baking or texturing. Because the symptom shows up later and somewhere else, this is one of the hardest problems to trace back to its real cause. Baking Baking transfers the detail from the multi-million-poly sculpt onto the low-poly mesh, capturing it as texture maps, most importantly the normal map, which fakes all that high-frequency surface detail on a model light enough to run in real time. This is the bridge that lets a game character look sculpted while staying cheap to render. When a bake goes wrong, the instinct is to blame the baking software. Usually the real culprit is upstream: a UV problem, a cage issue, or mismatched smoothing groups. The bake is just the stage where an earlier mistake finally becomes visible. Costliest mistake here: treating bake errors as baking problems. Time spent fiddling with bake settings is wasted when the actual fix is in the UVs or the low-poly that were locked two stages ago. Texturing Texturing gives the surface its material identity: color, wear, the difference between skin, metal, leather, and cloth. Most modern games use a physically based rendering (PBR) workflow, almost always authored in Substance 3D Painter, sometimes assisted by hand-painted work in Photoshop. Done right, the character reacts correctly to real-time lighting inside Unreal or Unity. PBR is unforgiving in a specific way: because materials are meant to behave correctly under any lighting, a small error doesn't hide. A metalness value that should be binary but got pushed to grey, or lighting accidentally baked into the base color, reads as subtly fake under every light in the game. These are some of the hardest errors to catch on your own work, because you've been staring at the maps under the same lighting for hours. Costliest mistake here: material errors that only reveal themselves under lighting the artist didn't test. The fix is cheap; the problem is noticing it at all, which is why texturing benefits more than any other stage from a second set of eyes that can inspect each map channel directly. Rigging and skinning A finished model is a statue until it has a skeleton. Rigging builds that skeleton: a hierarchy of joints plus the controls an animator uses to pose it, including things like IK/FK switches, twist bones, and foot rolls. Skinning, or weight painting, then binds the mesh to the skeleton so it deforms correctly when the joints move. Rig and skin quality directly determine how good the animation can ever be. Sloppy weight painting around an elbow or shoulder produces collapsing, candy-wrapper deformation that caps the quality of every animation built on top of it, no matter how skilled the animator. This is also where topology decisions from stage 4 come home to roost, for better or worse. Costliest mistake here: weighting problems that surface only in extreme poses. They limit everything downstream and often send you back to retopology, the most expensive kind of rework because it invalidates several stages at once. Engine integration Finally the character is assembled in the engine: materials set up, level-of-detail meshes configured, a physics asset built, and the whole thing validated as a working asset handed off to the animation and gameplay teams. In Unreal, that means a skeletal mesh with correct LODs, material instances, and a physics setup, ready for the people who'll actually put it in the game. This is where everything either works together or reveals a problem that traces back through every prior stage. A texture that looked right in Substance can shift in-engine. A LOD can pop. A material can cost too much to render at scale. Costliest mistake here: discovering integration problems with no time left to fix them at the source. Anything caught here that originated five stages ago is the most expensive problem in the whole pipeline. The pattern across every stage Read those nine stages and one thing repeats: the mistake at each step is cheap to fix at that step and expensive to fix at any later one. A proportion error costs minutes at blockout and days after sculpting. A UV error costs a quick fix at stage 5 and a baffling debugging session at stage 6. A topology error costs one retopo revision at stage 4 and a full re-rig at stage 8. This is the real argument for understanding the whole pipeline even if you only own one stage of it. A character artist who knows what the rigger needs from their topology, and what baking needs from their UVs, makes decisions that don't detonate downstream. Studios value that pipeline-literacy precisely because the alternative is so costly, and the artist breakdowns on 80 Level are a good way to see how working professionals think across the whole chain rather than just their own corner of it. It's also the argument for getting feedback at each stage rather than only at the end. The entire logic of the pipeline is that problems are cheapest to catch early, but you can only catch them early if someone is actually looking early. Most artists don't get that, because critique at the blockout or retopo stage is hard to come by. People want to comment on the finished hero render, not your greybox or your edge flow. That's the gap Voxol is built for. You can post a piece at any stage, blockout, sculpt, retopo, textured, and get pinned, in-context critique on the thing that actually matters at that moment. For 3D specifically, critics can inspect your model directly, switching between wireframe to read your topology and the individual material channels to check your texturing, the same way a lead would in review. Catching a deformation-killing edge loop at retopo, instead of after rigging, is exactly the kind of save the pipeline is designed around, and exactly the kind of early-stage feedback that's otherwise hardest to get. Understanding the pipeline tells you where the expensive mistakes hide. Getting the right eyes on each stage is how you actually avoid them.
Blog