Search Unity

Introduction to Game Development (C#)

Discussion in 'Community Learning & Teaching' started by SebastianLague, Mar 21, 2016.

  1. SebastianLague

    SebastianLague

    Joined:
    Aug 31, 2014
    Posts:
    111
  2. SebastianLague

    SebastianLague

    Joined:
    Aug 31, 2014
    Posts:
    111
    Episode 02, talking about classes, is up:
     
    Edmar-Senne likes this.
  3. SebastianLague

    SebastianLague

    Joined:
    Aug 31, 2014
    Posts:
    111
    Episode 03: a quick intro to the Unity interface
     
    Edmar-Senne likes this.
  4. SebastianLague

    SebastianLague

    Joined:
    Aug 31, 2014
    Posts:
    111
    Episode 04: writing the first bit of code (practice with methods and variables)
     
    Edmar-Senne likes this.
  5. SebastianLague

    SebastianLague

    Joined:
    Aug 31, 2014
    Posts:
    111
    Episode 05: operators and conditional statements
     
    Edmar-Senne likes this.
  6. SebastianLague

    SebastianLague

    Joined:
    Aug 31, 2014
    Posts:
    111
    Episode 06: creating a simple game in the Unity console
     
    Edmar-Senne likes this.
  7. SebastianLague

    SebastianLague

    Joined:
    Aug 31, 2014
    Posts:
    111
    Episode 07: a brief look at vectors
     
    Gametyme and Edmar-Senne like this.
  8. SebastianLague

    SebastianLague

    Joined:
    Aug 31, 2014
    Posts:
    111
    And episode 08: moving objects around in the game world
     
    Edmar-Senne likes this.
  9. SebastianLague

    SebastianLague

    Joined:
    Aug 31, 2014
    Posts:
    111
    Episode 09 now out: space, parenting, and rotation.
     
    Gametyme and Edmar-Senne like this.
  10. SebastianLague

    SebastianLague

    Joined:
    Aug 31, 2014
    Posts:
    111
    Couple of episodes up since I last posted, latest is e12 on script communication:
     
    Gametyme and Edmar-Senne like this.
  11. Edmar-Senne

    Edmar-Senne

    Joined:
    Jun 3, 2016
    Posts:
    1
    Nice, Thanks brow!
     
  12. SebastianLague

    SebastianLague

    Joined:
    Aug 31, 2014
    Posts:
    111
    It's a pleasure, Edmar.

    Episode 14 is up:
     
  13. SebastianLague

    SebastianLague

    Joined:
    Aug 31, 2014
    Posts:
    111
    And episode 15:
     
  14. SebastianLague

    SebastianLague

    Joined:
    Aug 31, 2014
    Posts:
    111
    I created two stand-alone episodes on delegates and events (talked about briefly in e12), which I think are helpful to learn as a beginner as they help form a clearer picture of how scripts can share information.