Course curriculum

  1. 01
    • Installing _ Setting Up Unity 2022

    • ZigZag Racing Course Intro

  2. 02
    • ZigZag Racer Intro

    • Setting Up The First Platform

    • Setting The Camera

    • Creating Small Platforms

    • Setting Up The Car

    • Setting Up Car Collider

  3. 03
    • CarController Script Move

    • Checking Input _ Changing Direction

    • Creating GameManager and Moving after First Touch

    • Skipping The First Tap

  4. 04
    • Understnading Platform Spawning Mechanism

    • Creating The Random Spawing Platforms

    • Spawing Platforms Automatically

    • Stop Platform Spawing _ Camera Follow on GameOver

    • Platforms Fall Down

    • Smooth Following Camera

    • Reloading Level _ Fixing Light

  5. 05
    • Creating Score System

    • Displaying Score

    • Updating Score

    • Creating Main Menu UI

    • Animating The Tap Text

    • Creating HighScore Text

    • Updating The High Score

    • Applying Some Fixes

  6. 06
    • Finding and Importing Free Game Music

    • Playing Audio

    • Creating Collectable Item

    • Spawning Diamonds Randomly

    • Incrementing Score _ Destroying Diamonds

    • Playing Audio When Collecting Diamonds

  7. 07
    • Creating Pick Up Particle Effect

    • Instantiating Pick Up Particle Effect

    • Chaning Background Color Automatically

  8. 08
    • Publish Your Game Online

    • Publishing on Android

    • 5 Places to Upload Android Games for Free

  9. 09
    • Setting Up Unity Ads

    • Implement Video Interstitial Ads

    • Rewarded Ads _ Call Back Methods

    • Creating Ad Counter

  10. 10
    • Getting Started With Unity C# Scripting

    • Understanding Structure Of A C# Script

    • Event Functions In Unity C#

    • Variables In Unity C#

    • Public Variables in Unity C#

    • update function

    • Functions Basics

    • Functions return and parameters

    • if else statements

    • more conditions and equality checking

    • Boolean Variable

    • Introduction To Arrays

    • Arrays With More Examples

    • Understanding For Loops in C#

    • While Loops in C#

    • All About For Each Loop in C#

    • Switch Case Statements in C#