X
Early Bird Discount Ends in 0 days : 0 hours : 0 minutes : 0 seconds

C# Game Development Using Unity for Beginners

Learn C# game development using Unity to create two real-world games. Master programming fundamentals, game mechanics and much more. Unlock your creativity and develop skills for crafting engaging gaming experiences.

  • Premium
  • Urdu
  • 59 lessons
Installing Unity and Visual Studio Code

Introduction to the Unity Editor

Creating Our First GameObject

Creating a Scene In Unity

What is Prefabs

Your First Script

Section Overview

Obstacle Course - Game Design

Start() and Update()

What is Variable

Implementing Variables in Our C Sharp Script

Rules for Naming a Variable

Serialize Fields

Script Formatting and Input System

Time.deltaTime

CineMachine

Basic Collision

What are Methods

Practicing with Methods

Using On Collision Enter

Using GetComponent

Incrementing a Score

Using Time.time

IF Statements

Caching a Reference

Using Tags

Rotate an Object

Preparing Our Prefabs

Build An Obstacle Course

Section WrapUp

Onion Design

Unity Units

Video Missing 3.5 Need to add

Basic Input Binding

Using AddRelativeForce

Variable for Thrusting

Transform.Rotate Our Rocket

RigidBody Constraints

Unity Audio Introduction

Play AudioSource SFX

Switch Statements

ReSpawn Using Scene Manager

Load Next Level

Using Invoke

Multiple Audio Clips

Bool State for a Variable

Make Rocket Look Spiffy

How to Trigger Particles

Particles For Rocket Boosters

Add Cheat Debug Keys

Make Environment from Cubes

Add Lights in Unity

Moving Obstacle Using Code

MathF.Sin

Protect Aginst NaN Error

Quit Application

Designing Level Moments

Building Our Game Object

Rocket Booster - Section Wrapup