Completed
Starting With Unity's Basics
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Learn Unity - Beginner's Game Development Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Downloading Unity And Unity Hub
- 3 About Unity Versions And Creating A New Project
- 4 Introduction To Unity's Interface
- 5 Starting With Unity's Basics
- 6 Rigid Bodies And Colliders
- 7 Audio Source And UI Elements
- 8 Moving Our Character With Code
- 9 Introduction To Variables
- 10 Operations With Variables
- 11 Functions
- 12 Conditional Statements
- 13 Loops
- 14 Coroutines
- 15 Classes
- 16 Accessibility Modifiers(Data Encapsulation)
- 17 Inheritance
- 18 Getting Components
- 19 Monster Chase Game Intro
- 20 Importing Assets
- 21 Creating Player Animations
- 22 Sorting Layers And Order In Layer
- 23 Creating The Game Background
- 24 Player Movement
- 25 Animating The Player Via Code
- 26 Player Jumping
- 27 Camera Follow Player
- 28 Enemy Animations
- 29 Enemy Script
- 30 Enemy Spawner
- 31 Enemy Collision
- 32 The Collector Script
- 33 Unity's UI System
- 34 Creating Main Menu
- 35 Navigating Between Scenes
- 36 Selecting A Character
- 37 Static Variables
- 38 Singleton Pattern
- 39 Events And Delegates
- 40 Instantiating The Selected Character
- 41 Finishing Our Game