Unity Android : Build 3D ZigZag Racing Game with Unity & C#
Installing _ Setting Up Unity 2022
ZigZag Racing Course Intro
ZigZag Racer Intro
Setting Up The First Platform
Setting The Camera
Creating Small Platforms
Setting Up The Car
Setting Up Car Collider
CarController Script Move
Checking Input _ Changing Direction
Creating GameManager and Moving after First Touch
Skipping The First Tap
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
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
Finding and Importing Free Game Music
Playing Audio
Creating Collectable Item
Spawning Diamonds Randomly
Incrementing Score _ Destroying Diamonds
Playing Audio When Collecting Diamonds
Creating Pick Up Particle Effect
Instantiating Pick Up Particle Effect
Chaning Background Color Automatically
Publish Your Game Online
Publishing on Android
5 Places to Upload Android Games for Free
Setting Up Unity Ads
Implement Video Interstitial Ads
Rewarded Ads _ Call Back Methods
Creating Ad Counter
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#