Skip to main content
Interviews

Stop Asking for More Polygons: What Game Art Interviewers Actually Test

Portfolio polish won't save you. Interviewers probe how you think about budgets, pipelines, and engine limits. Here's what to expect and how to answer.

Every junior artist thinks the interview is about showing off the best render. It's not. The moment you walk in, they're trying to figure out one thing: Can you make art that runs? A pretty still frame is a liar. The real test is whether you understand the machine that has to chew your work into pixels.

Do I need to know how to use Unreal Engine 5 to get a job?

If you're aiming for AAA, yes — but not the way you think. Nobody expects you to be a technical artist. They expect you to know what Nanite and Lumen do to your workflow. Unreal Engine 5's Nanite imports meshes with hundreds of millions of polygons and removes the need to hand-author LODs or bake normal maps (Unreal Engine documentation). That changes how you model: you can sculpt like a film artist, but you still need to know why a low-poly game mesh exists. Lumen gives you dynamic global illumination without lightmaps, so your portfolio shots don't need to be baked to look good (Unreal Engine Lumen documentation). If you can talk about that, you're ahead of the kid who only knows ZBrush.

Is ZBrush still the industry standard, or is Blender taking over?

ZBrush is still the standard for organic sculpting. Blender is the smart indie choice, but don't kid yourself: AAA studios run on ZBrush, Maya, and 3ds Max (Game art pipeline). Blender is free and getting better every release — Blender 4.0 added a new Principled BSDF shader and light linking (Blender Foundation). But the interview question isn't “which software do you know?” It's “can you sculpt a hand that doesn't look like a potato?” If you know ZBrush's DynaMesh and ZRemesher, you're fine. If you only know Blender, that's okay, but you'll need to prove you can adapt.

How many polygons should a character be? There's no magic number, right?

Wrong. There is a number, and it's in the budget sheet. A typical LOD0 character sits around 15,000 triangles with 2048x2048 textures and 2-3 draw calls, scaling down to 800 triangles at LOD3 (Technical artist roles). That's not a rule — it's a starting point. The real skill is knowing where to spend those polygons. Unity's guidance: put the budget on the silhouette and large forms, not on tiny triangles that no one sees (Unity mobile optimization guide). If you can explain why you'd use 5,000 polys on a face and 500 on a boot, you're speaking the language.

Is texture baking still a thing, or do we just use Substance Painter?

Baking is still the foundation. Substance Painter is the tool you paint in, but you bake high-poly detail onto the low-poly mesh before you paint (Texture baking). The misconception is that Painter does everything automatically — it doesn't. You need clean UVs, and you need to know what a normal map is doing. Normal maps fake surface relief by storing per-texel directions, so a flat plane can look like carved stone (Normal mapping). If you can't bake a decent AO map, your textures will look flat. So yes, baking is still a thing, and it's not going away.

Do I need to know programming or technical art stuff to be a game artist?

Not programming, but you need to understand the pipeline. Technical artists are the bridge between art and engineering — they write shaders, build tools, and enforce asset standards (Technical artist roles). You don't need to be one, but you need to respect what they do. If you hand them a mesh with 100,000 triangles and no LODs, they'll hate you. The best artists know how to set up a simple material or tweak a shader. That's not programming; that's being professional.

Here's the concrete example. Say you're interviewing for a character artist role. They show you a character from a game like Fortnite — which uses ZBrush for sculpting (Maxon acquires Pixologic). They ask, “How would you approach this?” If you say, “I'd sculpt in ZBrush, retopo in Maya, bake in Marmoset, texture in Painter,” that's a start. But the winning answer is: “I'd check the budget first — 15k tris at LOD0, 2k textures, 2 draw calls. I'd spend the poly budget on the face and hands, use normal maps for the cloth wrinkles, and make sure the silhouette reads at distance.” That answer gets you hired.

Tool Strengths Weaknesses
ZBrush Industry standard for sculpting; DynaMesh, ZRemesher Not free; steep learning curve
Blender Free, open-source, full pipeline Less common in AAA studios
Maya/3ds Max Standard for hard-surface and retopology Expensive; not for sculpting
Substance Painter Industry-standard texturing; real-time painting Requires baked maps
  • Know your poly budget and LOD chain.
  • Understand PBR (base color, normal, roughness, etc.).
  • Be ready to talk about performance, not just looks.

The single most important thing to remember: an interview is not a portfolio review. It's a problem-solving test. Show them you think like a technical artist, and you'll stand out.

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
  • Unreal Engine documentation - https://dev.epicgames.com/documentation/en-us/unreal-engine/nanite-virtualized-geometry-in-unreal-engine
  • Unity mobile optimization guide - https://unity.com/how-to/mobile-game-optimization-tips-part-1
  • Texture baking - https://people.wku.edu/joon.sung/edu/anim/3d/texturing/baking/baking.html
  • Normal mapping - https://en.wikipedia.org/wiki/Normal_mapping

Share this article:

Comments (0)

No comments yet. Be the first to comment!