Who This Is For
You're a lead artist, an art director, or a technical artist who's tired of hiring people who can push buttons but can't think about the pipeline. You've read the same advice—ask about LODs, ask about draw calls, ask about texture budgets. But here's the contrarian truth: asking about LODs is a trap. It rewards memorization, not understanding. The real signal is in how an artist talks about the high-poly to low-poly pipeline, because that's where the hard decisions live.
Start With the High-Poly, Not the LOD Chain
Every serious game art pipeline follows the same skeleton: concept art, blocking, sculpting a dense high-poly mesh, retopologizing a low-poly game mesh, UV unwrapping, baking detail, texturing, and finally engine integration (Game art pipeline). If you ask an artist to walk you through that from memory, you'll get a recitation. But ask them to explain why they'd sculpt a high-poly at all, and you'll see if they understand the point. The high-poly is where the shape and soul live. ZBrush is the industry standard for organic sculpting, and its DynaMesh lets you stretch digital clay without topological constraints (ZBrush). But the high-poly is useless if you can't get it into the game. So the next question is: how do you get from a million-poly sculpt to a 15,000-triangle character?
That number isn't arbitrary. Technical artists set asset budgets with specific specs—LOD0 characters often land around 15,000 triangles with 2048x2048 textures and 2-3 draw calls, scaling down to LOD3 at 800 triangles (Technical artist roles). If an artist can't tell you what those numbers mean, or worse, thinks LOD0 is the starting point, you've got a problem.
Retopology Is Where the Rubber Meets the Road
Retopology rebuilds that dense sculpt into a cleaner, lower-polygon mesh with purposeful edge flow, because real-time engines can't afford millions of polygons per character (Game art pipeline). This is the moment where an artist either understands deformation or doesn't. Ask them about edge flow around joints, eyes, and mouth. Quads are preferred over triangles because they're easier to edit, subdivide, unwrap, and arrange around bending joints, giving cleaner deformation (Game art pipeline). If they mention quads and edge flow without prompting, you're onto something. If they talk about ZRemesher as a magic button, dig deeper.
ZRemesher is a one-click quad-dominant remesher, and it's great for static props and hard-surface assets (ZBrush). But for characters that need to animate, manual retopology with tools like Maya's Quad Draw is the difference between a face that holds up in a close-up and one that collapses in a blink (Game art pipeline). The best artists know when to use which. That judgment is what you're hiring for.
Baking and UVs: The Hidden Interview Goldmine
Here's where most interviewers stop, and it's a mistake. Baking is the process of transferring high-poly surface detail—normals, ambient occlusion—onto the low-poly mesh's UV maps (Texture baking). But you can't bake without a solid UV layout. UV unwrapping flattens the 3D model into 2D shells so textures can be painted (Game art pipeline). Ask an artist to explain why UVs matter beyond just "so we can texture." If they mention that UV coordinates are stored per vertex and the texture spans from (0,0) to (1,1), they know their fundamentals (UV mapping). If they talk about texel density and padding, they're experienced.
A quick tip: ask them how they'd handle a hero prop that needs to look good up close but also read from a distance. A strong answer will mention normal maps for fine detail and the polygon budget for silhouette, exactly what Unity's mobile optimization guide advises: spend the polygon budget on silhouette and large forms, use textures and normal maps for fine detail (Unity mobile optimization guide). Weak answers will talk about cranking up texture resolution without thinking about draw calls or memory.
What Can Go Wrong
Here's the trap. You ask about LODs, and the candidate parrots back that LODs save performance by swapping meshes as distance grows, and that Unity suggests reducing triangle counts by about 50% between levels (Unity mobile optimization guide). That's textbook. But it doesn't tell you if they can actually build an asset that holds up. The real failure mode is hiring someone who can sculpt a beautiful high-poly but can't deliver a low-poly that looks right in engine. I've seen artists who can spend days on a ZBrush sculpt and then hand you a retopology that deforms like a wet noodle. The interview question that filters those people out is: "Walk me through your last asset from blockout to engine. Where did you have to make compromises?" If they can't name a compromise, they haven't shipped anything real.
What I'd Actually Do
Stop asking about LODs entirely. Instead, ask them to explain the high-poly to low-poly pipeline and give you one concrete example of a decision they made to optimize an asset without losing visual quality. If they mention Quixel Megascans as a time-saver for environments, that's fine—Epic acquired it in 2019, and it's a 10,000+ asset library (Quixel). But the core skill is the judgment to know when to use a scan, when to sculpt from scratch, and when to hand-bake detail. That judgment is what you're hiring for. LODs are just a checkbox. Understanding the pipeline is the job.
Sources
- Game art pipeline - https://en.wikipedia.org/wiki/Video_game_art_design
- Technical artist roles - https://www.gamesindustry.biz/technical-art-roles-what-they-are-and-how-to-get-one
- Texture baking - https://people.wku.edu/joon.sung/edu/anim/3d/texturing/baking/baking.html
- UV mapping - https://en.wikipedia.org/wiki/UV_mapping
- Unity mobile optimization guide - https://unity.com/how-to/mobile-game-optimization-tips-part-1
- Quixel Megascans - https://www.unrealengine.com/blog/epic-games-and-quixel-join-forces-to-empower-creators
Comments (0)
Please sign in to post a comment.
Don't have an account? Create one
No comments yet. Be the first to comment!