Skip to content

Instantly share code, notes, and snippets.

@jbubriski
Last active August 29, 2015 14:08
Show Gist options
  • Save jbubriski/97f16ab26a7e289d8b98 to your computer and use it in GitHub Desktop.
Save jbubriski/97f16ab26a7e289d8b98 to your computer and use it in GitHub Desktop.
Unity 2D Game Dev Presentation outline

An Introduction To 2D Game Development With Unity

Intro

  • Self
  • What we will make
    • Doodle Jump Clone
  • What we wont cover
    • Art
    • Sound
    • Making your game fun

Questions

  • Experience of people in the room
    • Unity
    • Game Dev
    • Visual Studio/C#
    • JS

Unity Intro

  • Popularity
  • Pricing
  • 2D vs 3D
  • Scene vs Game Windows
  • Hierarchy
  • Property Window
  • Animation Window
  • Game Object/Component System

Intro

  • Create the project
  • Create the folder structure

Game Dev 1

  • Make the art
  • Update import settings
  • Import the art
  • Make a player
  • Make a platform
  • Add physics

Game Dev 2

  • Make Prefabs
  • Add PlayerController
  • Add Jump and Move

Game Dev 3

  • Bouncy platforms
  • Refine the controller
  • Create platform generator
  • Randomize platforms

Game Dev 4

  • HUD
  • Restart the game
  • Background Image
  • High score screen
  • Start screen
  • Broken Platforms

Game Dev 5

  • Handle player flying off the screen
  • Power Ups

Resources

Attribution

More Info

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment