12 Questions Studios Actually Ask
Fundamentals
Walk us through how you approach animating a walk cycle for a game character.
Start with the contact position, establish the weight shift and hip movement, then work out to the extremities. For a game walk specifically, talk about the loop length (typically 1-2 seconds), how you check the loop at playback speed, and how you handle foot sliding. Mention whether you use stepped or spline curves and why.
Tip: Interviewers want to see you think systematically, not just describe what a walk looks like. Walk through your actual workflow step by step.
Game Systems
How do you structure animation in a state machine or blend tree?
Describe a real example — locomotion blend tree in Unreal or Unity, with separate blend spaces for idle/walk/run/sprint. Explain how parameters (speed, direction, stance) drive transitions, how you handle interrupts cleanly, and how you flag animation requirements back to engineers. Studios want to know you understand the runtime system, not just the authoring side.
Tip: If you have shipped experience, name the engine and describe the system you contributed to. If not, describe a personal project that used a real-time engine with state machines.
Collaboration
How do you take animation notes from a director or lead who wants something “more alive” or “heavier”?
Ask clarifying questions before revising: “When you say heavier, do you mean slower anticipation, more squash on impact, or longer follow-through?” Directors often use subjective language because they’re reacting emotionally, not technically. Your job is to translate the feeling into a specific change and then confirm before spending time on the revision.
Rigging
What do you look for when you receive a new rig, and what are common issues you’ve encountered?
Check joint orientation consistency, control hierarchy, gimbal lock in shoulder and hip rotation, whether the rig has working IK/FK switching, and whether skin weighting is clean at problem areas (armpits, knees, wrists). Common issues: broken mirror poses, misnamed controls, rigs not zeroing out cleanly, and missing constraints on face controls.
Performance
Tell me about an animation you’re proud of. Walk us through the creative and technical decisions.
Pick a specific piece — not “my demo reel” generically. Describe the brief or goal, what performance or mechanical choice you made early that defined the outcome, a specific problem you solved (weight, timing, a transition), and how the final piece serves its game context. Interviewers want to see craft awareness and intentional decision-making.
Tip: Prepare two or three animations in depth before any interview. Being able to discuss your work analytically is what separates candidates at the final stage.
Mocap
What’s your experience with motion capture data and how do you clean it?
Describe the pipeline: receiving raw .fbx or .bvh data, retargeting to the game rig, cleaning jitter and noise with euler filter or smoothing curves, fixing foot sliding with IK correction, and adding secondary motion. If you have no direct mocap experience, be honest and describe your understanding of the workflow and what you’d focus on learning first.
Iteration
How do you manage a large volume of animation revisions without losing track of what changed?
Naming conventions, version suffixes, and a personal notes document for each asset. At studios using Perforce or version control, each iteration gets a clean check-in with a comment describing the change. If notes come verbally, write them down in front of the director before leaving the session. Studios lose faith in animators who apply the wrong notes or repeat the same error twice.
Technical
How do you ensure your animations are performant for real-time use?
Minimize bone count in game rigs versus cinematic rigs. Use additive animations where possible rather than full body re-keys. Compress animation curves by removing redundant keys without losing silhouette fidelity. Understand your target frame rate and budget, and test animations in-engine early rather than polishing in DCC only to find performance issues at integration.
Gameplay
How do you animate a character attack that needs to feel impactful and also be interruptible by player input?
Build a fast, clear anticipation, a strong smear or squash on the impact frame, and a recovery that can be interrupted after a minimum hold time. Mark interrupt windows explicitly in the state machine. Work with designers on the feel — hitbox timing should align with the visual impact frame, not lead or lag it. This is a design-animation collaboration question as much as a pure animation one.
Tip: Mentioning the hitbox-visual alignment shows you think about the full game feel system, not just the clip in isolation. It’s a strong signal to hiring leads.
Self-Assessment
What area of animation are you actively improving and how?
Name something specific: facial animation, four-legged locomotion, stylized versus realistic weight. Describe the resource or practice method you’re using — specific online courses, studying reference, breaking down game footage frame by frame. Vague answers signal complacency. Specific answers signal a growth mindset studios are willing to invest in.
Pipeline
Describe how you export animations from Maya to an engine and what can go wrong.
Walk through your export settings: FBX version, bake vs. no bake, joint vs. control export, root motion setup, and unit scale. Common failures: scale coming in at 100x or 0.01x, root motion not translating correctly, animations not looping due to mismatched first/last frame, and blend shapes not exporting. Knowing what goes wrong shows production experience.
Portfolio
How do you present animation work to show it’s game-ready rather than just technically clean?
Show work in-engine at game frame rate, not just viewport playblasts. Include state machine context if possible — a character moving through locomotion states shows more than an isolated loop. Show gameplay context (how does the attack feel in a combat sequence?) rather than isolated clips. Include any work that has shipped; studios value production experience over polished personal projects.
Tip: A 90-second reel with 4-5 strong pieces is better than a 3-minute reel with filler. Reviewers remember the weakest piece, not the strongest.