Skip to content

Pathway: Game Developer

Level: Beginner → Intermediate · For: building complete single-player games with code + editor.

This pathway takes you from the engine’s core model through the subsystems a game needs, then builds real games end-to-end. Includes a hands-on lab and per-section quizzes.

  1. Foundations — the game loop & phases, entities & GameComponents, and scenes & prefabs.

  2. Run the editorload a scene and run it, and learn the viewport & gizmo and hierarchy & inspector.

  3. Core gameplay subsystemsPhysics, Animation, Input, Audio, Navigation.

  4. Build games (capstones)Third-person, FPS, Vehicle, RTS, IK arm.

  5. Lab — extend a capstone into your own game: add a mechanic, a HUD, and a sound.

You can build a complete single-player game using physics, animation, input, audio, navigation, particles, and a HUD — and you understand where each runs in the phase order.