🎬 Animator (Game)

Quick Summary

Game Animators bring characters, creatures, and objects to life through motion — creating the walk cycles, combat moves, facial expressions, and environmental animations that make a game feel alive and reactive.

Illustration

Types of Game Animation

TypeDescription
Character AnimationWalk, run, jump, attack, idle animations
Facial AnimationExpressions, lip sync, eye movements
Cinematic AnimationStory cutscene performances
Environmental AnimationSwaying trees, flowing water, rotating machinery
UI AnimationMenu transitions, button feedback, HUD elements

Game Animation vs Film Animation

Game animation has unique constraints not present in film:

  • Real-time playback: Animations must run at 60 FPS+ without pre-rendering
  • State machines: Animations must blend seamlessly between states (idle → walk → run → jump)
  • Responsiveness: Input must trigger animation changes within 1–2 frames for feel to be correct
  • Locomotion systems: FK/IK blending for natural foot placement

Key Tools

  • Maya: Primary character animation tool in AAA studios
  • Blender: Common in indie development
  • Spine: 2D skeletal animation for mobile games
  • Unreal/Unity Animation Blueprints: State machine setup in engine

See Also