Skip to content

Instantly share code, notes, and snippets.

@jbubriski
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbubriski/c511aa5354d5a0d0b277 to your computer and use it in GitHub Desktop.
Save jbubriski/c511aa5354d5a0d0b277 to your computer and use it in GitHub Desktop.
The outline for "An Introduction To 2D Game Development With Unity"

An Introduction To 2D Game Development With Unity

Intro

  • Self
  • What we will make
    • Flappy Bird inspired game
  • What we wont cover
    • Art
    • Sound
    • Making your game fun/original/viral

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 house
  • Make a Mailbox
  • Add physics

Game Dev 2

  • Make Prefabs
  • Add PlayerController
  • Add Jump and Move
  • Add Camera tracking

Game Dev 3

  • Add colliders
  • Add mailbox script
  • Add house script
  • Create generator
  • Randomize houses

Game Dev 4

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

Resources

Attribution

More Info

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