INTRODUCTION
  • Introduction
  • How to Use This Course
  • How to Use this Course Links
THE BASICS OF UNITY
  • Section Introduction
  • Downloading Unity
  • Creating Projects & Scenes
  • Overview of the Unity Interface
  • Creating Objects and Manipulating them
  • Unity Components
  • The Unity Console
C# FUNDAMENTALS
  • Section Introduction
  • Numbers
  • Strings
  • Strings Challenge
  • Variables
  • Numbers, Strings and Variables Challenge
  • Boolean Logic
  • Boolean Logic Challenge
  • Conditionals
  • Conditionals Challenge
  • Hot and Cold Game
  • Loops
  • Loops Challenge
  • Functions
  • Functions Challenge
  • Arrays
  • More Challenges
LET'S MAKE A GAME
  • Section Introduction
  • Making Game Art
  • Import Settings and Rigging the Player Character
  • Creating the Player Controller Script
  • Animating our Player Character
  • Making Animation Transitions
  • Programming the Hazard's Movement
  • Dealing the Player Damage
  • Understanding Prefabs
  • Making the Spawner Script
  • Destroying Hazards and Adding some Environment Art
  • Creating Particle Effects
  • Adding UI to our Game
  • Creating a Main Menu and Lose Screen
  • Adding Sounds and Music
  • Adding a Dash Move
  • Publishing the Game to Itch io
  • Bonus Lecture : Conclusion