Autoplay
Autocomplete
Previous Lesson
Complete and Continue
2D Game Development in Unity for Beginners - Build a Block Breaker Game
00a Course Overview
00 Project Preview (2:11)
01 Course Overview - 2D Game Development In Unity For Beginners (5:06)
Source Files
00b Mammoth Interactive Courses Introduction
00 About Mammoth Interactive (1:12)
01 How To Learn Online Effectively (13:46)
00c C# Programming Fundamentals (Prerequisite)
01. Introduction to C# (5:02)
02. Creating a New Project (5:33)
03. Primitive Types (26:19)
-- 03. Source Code
04. Type Conversion (13:03)
-- 04. Source Code
05. Operators (23:40)
-- 05. Source Code
06.01 Classes (17:30)
06.02 Inheritance (15:11)
06.03 Structures (9:15)
06.04 Arrays and Strings (12:21)
06.05 Enumerator (10:37)
-- 06. Source Code
07.01 Statements (9:29)
07.02 Loops (11:11)
07.03 Random & Control Flow (12:33)
-- 07. Source Code
08.01 Types of Arrays (19:40)
08.02 Lists (15:37)
-- 08. Source Code
09.01 Modifying String (23:06)
09.02 Procedural Programmin (8:30)
-- 09. Source Code
10. Date And Time (17:41)
-- 10. Source Code
11.01 Modifying Files (15:21)
11.02 Directories And Path Class (16:03)
-- 11. Source Code
12 Debugging Application (13:55)
-- 12. Source Code
01 Build a New Unity Project
02 Build A New Unity Project (7:54)
01 Install Unity And A Code Editor (4:06)
03 How To Debug (5:54)
Source Files
02 Build Game Objects
01 Build A Paddle (7:42)
02 Build A Ball (6:35)
03 Build Blocks To Destroy (13:19)
04 Build Power Blocks That Duplicate Balls (9:29)
05 Build Boundaries And Death Zone (7:18)
Source Files
03 Enable User Input
01 Enable User Input To Move Player (20:01)
02 Limit User Input (12:07)
03 Enable User Input To Start Game (9:50)
04 Program The Ball's Speed (6:03)
Source Files
04 Handle Collisions
01 Handle Ball Collisions (7:23)
02 Destroy Blocks Upon Collision (7:47)
03 Duplicate Ball Upon Powerup Collision (8:29)
04 Move Duplicated Ball (10:23)
Source Files
05 Restart Level
01 Restart Game When Ball Enters Death Zone (13:46)
02 Restart Game When All Blocks Destroyed (15:52)
Source Files
00 Project Preview
Complete and Continue