Introduction & Installing Unity 2021
  • Introduction To This Course
  • Installing and Setting Up Unity 2021
Game 1 - 2D Target Shooting Game in One Hour
  • Build A Complete 2D Shooting Game With Unity in 1 Hour
C# Scripting in Unity - Absolute Beginners Guide
  • Let's Get Started With C# in Unity
  • How a C# Script is Structured in Unity
  • Understanding Event Functions in Unity C#
  • Working With Variables in C#
  • Public and Private Variables in C#
  • Complete Guide To Update Function in Unity
  • Basics of Functions in C# & Unity
  • Returning Values and Passing Parameters to Functions
  • Checking Conditions with If Else in C#
  • Various Conditions and Equality Checking
  • Boolean Variables in C#
  • Introduction to Arrays in C# & Unity
  • Diving Deep into Arrays in Unity
  • For Loops in C# Complete Explanation
  • Working with While Loops in C#
  • How To Work With foreach Loops in C#
  • Check Conditions Using Switch Case in C#
Game 2 - Save The Bunny
  • Setting Up The Game
  • Setting Up The Player
  • Creating Player Movement
  • Restricting Player Movement
  • Setting Up The Enemy Spikes
  • Spawning The Enemies
  • Spawning Enemies from Random Position
  • Repeatedly Spawning Enemies
  • Detecting Collisions With The Enemies
  • Adding Cool Trail Effects
  • Adding Dust Particle Effects
  • Checking For GameOver
  • Keeping Score
  • Displaying Score on Screen
  • Creating The GameOver Panel
  • Creating A Restart Button
  • Designing The Main Menu
  • Creating Cool Looking Main Menu Animations
  • Creating Game Over Panel Animations
Game 3 - Santa Run Endless Runner Game
  • Lets Import The Assets and Start Building Santa Run Game
  • Setting Up The Game Background
  • Creating Background Scrolling and The Illusion of Movement
  • Creating and Moving The Grounds
  • Setting Up The Player Character
  • Lets Make The Player Jump
  • Fixing Player Jump with Ground Check
  • Adding The Jump Animation
  • Setting Up The Obstacles in The Game
  • Adding Movements To The Obstacles
  • Spawning The Obstacles
  • Random Obstacle Spawning
  • Spawning Obstacles with Random Delay
  • Destroying Obstacles On Collision
  • Creating Player Death Animation
  • Stop Spawning The Obstacles
  • Stop Background Scrolling
  • Creating Game Over Panel
  • Adding Functionalities To GameOver Menu Buttons
  • Designing The Main Menu
  • Adding Functionalities To The Main Menu
  • Creating Menu Screen Animations
  • Creating Snow Falling Effect
  • Counting and Displaying The Score
Game 4 - Monster Eats Candy Game
  • Lets Setup The Sprites For Using In The Game
  • Creating The Candies
  • Coding Player Controller and Controlling The Player
  • Adding Some Restrictions To Player Movement
  • Checking If Player Eats Candy
  • Removing Candies When Out Of Screen
  • Spawning Random Candy
  • Spawning Candy at Random Position
  • Spawning Candies Repeatedly
  • Checking For Score
  • Displaying Score On Screen
  • Creating A Lives Counter To Keep Track of Lives
  • Showing Available Lives UI
  • Stopping Candy Spawning On GameOver
  • Creating Game Over Panel
  • Creating A Main Menu
  • Writing Code for The Game Over Menu
  • Animating The Game Over Panel
Game 5 : 3D Endless Game with Unity
  • Gettting Started and Setting Up
  • Writing First Code and Controlling the Player
  • Moving After First Touch
  • Fall Checking With Raycasting
  • Smooth Camera Follow
  • Platforms falling
  • Platforms Spawning
  • Random Spawning
  • Some Small Fixes
  • Creating Collectibles
  • Destroying On Collision
  • Adding Particle Effects