Section 1 : Introduction

Lecture 1 About Certification
Lecture 2 Course Project Files

Section 2 : Getting Started With Unity

Lecture 1 What is Unity 00:00:43 Duration
Lecture 2 Navigating Unity's updates and new features 00:03:45 Duration
Lecture 3 What you will learn 00:00:22 Duration
Lecture 4 Getting to know the Unity Ecosystem 00:00:46 Duration
Lecture 5 overview of the Made With section of Unity3d 00:00:37 Duration
Lecture 6 overview of the Forum section of Unity3d 00:02:50 Duration
Lecture 7 overview of the Answers section of Unity3d 00:02:17 Duration
Lecture 8 overview of the Documentation section of Unity3d 00:01:06 Duration
Lecture 9 overview of the Asset Store on Unity's website 00:03:06 Duration
Lecture 10 Creating a free user account with Unity 00:03:43 Duration
Lecture 11 Downloading Unity Hub 00:03:12 Duration
Lecture 12 Install Unity App versions and start new project 00:07:01 Duration
Lecture 13 Link Visual Studio to Unity 00:04:43 Duration
Lecture 14 Importing the 3D Game Kit 00:06:25 Duration
Lecture 15 Creating assets cube and sphere 00:01:34 Duration
Lecture 16 Interface overview 00:00:47 Duration
Lecture 17 Navigating around the workspace 00:06:32 Duration
Lecture 18 Toolbar Tools 00:06:28 Duration
Lecture 19 Toolbar Buttons 00:02:34 Duration
Lecture 20 Project window 00:04:27 Duration
Lecture 21 Scene view 00:10:47 Duration
Lecture 22 Game view 00:05:44 Duration
Lecture 23 Hierarchy window 00:06:49 Duration
Lecture 24 Inspector window 00:06:47 Duration
Lecture 25 Customizing your workspace 00:05:04 Duration
Lecture 26 Wrap up 00:00:12 Duration

Section 3 : Learn C# With Unity

Lecture 1 Your Resources
Lecture 2 What you will learn 00:00:28 Duration
Lecture 3 c# and 00:01:47 Duration
Lecture 4 IDE options 00:01:50 Duration
Lecture 5 Setup download Visual Studio 00:02:31 Duration
Lecture 6 workspace layout and Visual Studio edits 00:03:25 Duration
Lecture 7 Link Visual Studio to Unity + Project Setup 00:04:43 Duration
Lecture 8 Importing the Adventure Sample Game and Folder setup 00:07:45 Duration
Lecture 9 Importing the Corridor project 00:05:08 Duration
Lecture 10 Folder Setup 00:01:54 Duration
Lecture 11 Explore the Console Panel 00:06:47 Duration
Lecture 12 Problem Solving in the console panel 00:06:12 Duration
Lecture 13 Anatomy of a Script 00:03:22 Duration
Lecture 14 Syntax basics 00:09:45 Duration
Lecture 15 Debug and String 00:09:35 Duration
Lecture 16 Variable Type 00:09:35 Duration
Lecture 17 Array 00:05:15 Duration
Lecture 18 List 00:03:56 Duration
Lecture 19 Array and list Inspector 00:04:25 Duration
Lecture 20 Enum (enumeration) 00:05:04 Duration
Lecture 21 Variable Attributes Part 1 00:06:27 Duration
Lecture 22 Variable Attributes Part 2 00:04:33 Duration
Lecture 23 Code example scene setup 00:03:05 Duration
Lecture 24 Arithmetic 00:05:54 Duration
Lecture 25 Shorthand Arithmetic 00:02:38 Duration
Lecture 26 Conditional - if else 00:05:49 Duration
Lecture 27 Conditional - if else if 00:06:06 Duration
Lecture 28 Conditional Ternary 00:04:03 Duration
Lecture 29 Multi Conditional and Expression 00:04:45 Duration
Lecture 30 Switch Case Basics 00:05:57 Duration
Lecture 31 Switch Case Enum 00:04:09 Duration
Lecture 32 Loop Basics 00:06:43 Duration
Lecture 33 Nested Loop 00:03:24 Duration
Lecture 34 While Loop 00:03:43 Duration
Lecture 35 Random Class 00:02:03 Duration
Lecture 36 Foreach 00:04:15 Duration
Lecture 37 Method Structure 00:03:52 Duration
Lecture 38 Method and Parameter 00:02:21 Duration
Lecture 39 Method Overloading 00:03:44 Duration
Lecture 40 Method Return Values 00:03:59 Duration
Lecture 41 Wrap up what you learned 00:00:24 Duration

Section 4 : Unity Game Development Essentials

Lecture 1 What you will learn 00:00:26 Duration
Lecture 2 Your Resources
Lecture 3 Project Setup
Lecture 4 Importing the 3D Game Kit 00:06:25 Duration
Lecture 5 Basic scene setup 00:11:15 Duration
Lecture 6 Scene Setup continued 00:10:11 Duration
Lecture 7 Add material to a cube 00:01:32 Duration
Lecture 8 Keyboard input & moving the cube 00:08:55 Duration
Lecture 9 Move Back & Forth, Left, Right, Up, Down 00:03:39 Duration
Lecture 10 Finding the input on translate in the api 00:05:17 Duration
Lecture 11 Find input in API 00:02:07 Duration
Lecture 12 Rotating around with input 00:03:43 Duration
Lecture 13 Move and rotate together 00:01:38 Duration
Lecture 14 Collision & rigidbody 00:02:58 Duration
Lecture 15 Collision & rigidbody continued 00:01:59 Duration
Lecture 16 Scaling by input 00:02:27 Duration
Lecture 17 Color change with input 00:04:47 Duration
Lecture 18 Particle system basics 00:04:57 Duration
Lecture 19 Impact particle script 00:07:18 Duration
Lecture 20 Creating a lightswitch trigger event 00:06:16 Duration
Lecture 21 Triggering multiple elements at once 00:05:21 Duration
Lecture 22 Triggering multiple elements at once continued 00:05:26 Duration
Lecture 23 Triggering an audio clip 00:05:39 Duration
Lecture 24 Triggers explained 00:04:46 Duration
Lecture 25 Spawner basics 00:08:05 Duration
Lecture 26 Adding values to spawned objects 00:03:17 Duration
Lecture 27 Applying force to spawned object 00:04:57 Duration
Lecture 28 Target hit point refactor 00:03:45 Duration
Lecture 29 Camera lookat 00:02:27 Duration
Lecture 30 Smooth camera follow 00:04:58 Duration
Lecture 31 Camera states 00:13:16 Duration
Lecture 32 Camera trigger state events 00:12:20 Duration
Lecture 33 Camera minimap setup 00:06:15 Duration
Lecture 34 Camera minimap follow 00:07:19 Duration
Lecture 35 Camera minimap rotate 00:04:09 Duration
Lecture 36 Camera minimap fullscreen 00:07:03 Duration
Lecture 37 Player gravity setup - rotate to object 00:06:49 Duration
Lecture 38 Player gravity rotation attractor 00:04:11 Duration
Lecture 39 Player gravity rotation body 00:05:26 Duration
Lecture 40 On mouse events 00:06:58 Duration
Lecture 41 Raycast setup 00:07:41 Duration
Lecture 42 Raycast - ray and hit 00:05:41 Duration
Lecture 43 Raycast - object placement 00:08:31 Duration
Lecture 44 Raycast - all and hits 00:05:09 Duration
Lecture 45 Raycast - move object 00:04:43 Duration
Lecture 46 Move to click position 00:07:04 Duration
Lecture 47 Follow mouse position 00:04:43 Duration
Lecture 48 Animation setup 00:07:13 Duration
Lecture 49 Animator script 00:09:02 Duration
Lecture 50 Animator Condition 00:03:49 Duration
Lecture 51 Creating a GameObject 00:04:23 Duration
Lecture 52 Creating Mesh 00:04:51 Duration
Lecture 53 Moving mesh vertices 00:02:13 Duration
Lecture 54 Load from resources 00:04:35 Duration
Lecture 55 Wrap up what we have learned 00:00:19 Duration

Section 5 : Unity 3D Game Kit (no code) Level Design

Lecture 1 What you will learn 00:00:19 Duration
Lecture 2 Resources
Lecture 3 project download and install 00:06:25 Duration
Lecture 4 scene setup in the 3D Game Kit 00:02:57 Duration
Lecture 5 creating a blank scene for level 2 00:00:51 Duration
Lecture 6 overview of the camera settings and Cinemachine 00:06:27 Duration
Lecture 7 introduction to skyboxes 00:04:07 Duration
Lecture 8 terrain generation with the 3D Game Kit 00:05:36 Duration
Lecture 9 terrain setup with Unity Terrain Toolbox 00:03:25 Duration
Lecture 10 terrain creation with Unity Terrain Toolbox 00:07:00 Duration
Lecture 11 tree creation 00:10:24 Duration
Lecture 12 tree leaves creation 00:02:57 Duration
Lecture 13 interactables - acid moving pad 00:06:03 Duration
Lecture 14 interactables - door and pressure pad 00:02:42 Duration
Lecture 15 scene setup with prefabs - part 1 00:05:37 Duration
Lecture 16 scene setup with prefabs - part 2 00:09:34 Duration
Lecture 17 scene setup speed through 00:04:04 Duration
Lecture 18 painting objects with the instance painter tool 00:01:44 Duration
Lecture 19 creating an instance painter 00:03:24 Duration
Lecture 20 simple translator for moving platform 00:03:52 Duration
Lecture 21 create a collectable object with the ProBuilder 00:06:53 Duration
Lecture 22 adding material texture to the shield 00:03:06 Duration
Lecture 23 Shield Placement 00:06:37 Duration
Lecture 24 equip the collectable shield 00:09:35 Duration
Lecture 25 shield final adjustments 00:02:57 Duration
Lecture 26 enemy detection radius setup 00:04:42 Duration
Lecture 27 enemy NavMesh setup 00:03:06 Duration
Lecture 28 enemy damageable max hit change 00:01:02 Duration
Lecture 29 player max hit and checkpoint change 00:01:39 Duration
Lecture 30 trigger door to next level 00:04:20 Duration
Lecture 31 lighting and progressive lightmapping 00:16:57 Duration
Lecture 32 basic GUI setup 00:06:45 Duration
Lecture 33 basic setup and programming for player health UI 00:03:39 Duration
Lecture 34 wrap up what you learned 00:00:26 Duration

Section 6 : Unity 2D Game Kit (no code) Level Design

Lecture 1 What you will learn 00:00:23 Duration
Lecture 2 Your Resources
Lecture 3 Unity Project Setup 00:03:12 Duration
Lecture 4 Project Download 00:03:50 Duration
Lecture 5 UI Setup 00:03:10 Duration
Lecture 6 Exploring the Project Package 00:04:55 Duration
Lecture 7 Setting up your first scene 00:03:06 Duration
Lecture 8 Building with tiles 00:05:36 Duration
Lecture 9 Getting to know the moving platforms 00:05:12 Duration
Lecture 10 Getting to know interactibles like doors and pressure pads 00:05:18 Duration
Lecture 11 How to setup a door switch 00:02:01 Duration
Lecture 12 Working with and setting up enemies 00:04:43 Duration
Lecture 13 Create a pushable box and damageable items 00:03:38 Duration
Lecture 14 Teleport positions and teleport to next scene 00:06:07 Duration
Lecture 15 Setting up environment objects acid and spikes
Lecture 16 Player setup and downloading a replacement character 00:02:47 Duration
Lecture 17 Swap your player character 00:05:38 Duration
Lecture 18 Laying out a flat level map for reference while building 00:05:46 Duration
Lecture 19 Prepping your new scene 00:03:09 Duration
Lecture 20 Laying out the ground tiles with tile map 00:10:01 Duration
Lecture 21 Setting up the Dropship 00:03:08 Duration
Lecture 22 Destructibles, Teleports and pushers 00:06:06 Duration
Lecture 23 setting up movers to interact with 00:04:07 Duration
Lecture 24 setting up doors to interact with 00:07:25 Duration
Lecture 25 Connecting keys to the doors 00:05:42 Duration
Lecture 26 Scene cleanup and code edit 00:05:05 Duration
Lecture 27 Level tile cleanup 00:02:25 Duration
Lecture 28 Walkthrough gameplay check 00:02:07 Duration
Lecture 29 Environment elements & enemy setup 00:09:43 Duration
Lecture 30 Adding details to the scene setup 00:01:45 Duration
Lecture 31 (speed-run-through) completing the details for the level 00:37:06 Duration
Lecture 32 Adjusting the game lighting 00:10:35 Duration
Lecture 33 Boss door trigger animation script 1 00:06:23 Duration
Lecture 34 Boss door trigger animation script 2 00:01:50 Duration
Lecture 35 Build out and wrap up elements 00:02:38 Duration
Lecture 36 Gameplay full runthrough 00:02:27 Duration

Section 7 : Racing with Physics

Lecture 1 What you will learn 00:00:22 Duration
Lecture 2 Your Resources
Lecture 3 Setting up the Unity Project 00:02:55 Duration
Lecture 4 Download and Explore the Package 00:06:07 Duration
Lecture 5 Demonstration of the Wheel Collider 00:13:12 Duration
Lecture 6 Walkthrough of the Prefab Vehicles and Camera System 00:10:42 Duration
Lecture 7 Laying out a Flat Rough Idea for the Racetrack 00:09:31 Duration
Lecture 8 Building out the Track Snapping Explained 00:07:36 Duration
Lecture 9 Building out the Track Continued Adjustments 00:12:33 Duration
Lecture 10 Building out the Track Final Details 00:10:26 Duration
Lecture 11 Test Drive 00:03:01 Duration
Lecture 12 Adding the Guardrails 00:07:30 Duration
Lecture 13 Build the Terrain 00:12:09 Duration
Lecture 14 Setup Track Option Number 2 - Scene 2 00:08:21 Duration
Lecture 15 UI Speedometer Setup 00:10:45 Duration
Lecture 16 Finishing the Speedometer 00:02:30 Duration
Lecture 17 Setting up the UI Timer 00:03:03 Duration
Lecture 18 Wrap up the timer and create the countdown UI 00:10:47 Duration
Lecture 19 Cleanup project and setup scripts 00:02:36 Duration
Lecture 20 Setting up the Countdown System 00:08:30 Duration
Lecture 21 Timer and Manager 00:11:21 Duration
Lecture 22 Setting up the Checkpoint Trigger 00:05:03 Duration
Lecture 23 Creating The Track Manager Prefab 00:02:58 Duration
Lecture 24 Implementing the Boost Pick Up Element 00:08:21 Duration
Lecture 25 Implementing a Jump Pickup Element 00:04:48 Duration
Lecture 26 Setting up the Track Jump Pad 00:04:27 Duration
Lecture 27 Prefab Setup 00:03:11 Duration
Lecture 28 Setting up the Minimap 00:09:52 Duration
Lecture 29 Adding the Rearview Mirror Camera 00:04:13 Duration
Lecture 30 Setting up the Lap Counter UI 00:05:21 Duration
Lecture 31 Lap Counter Script Start 00:06:58 Duration
Lecture 32 Lap Counter Script Finish 00:10:36 Duration
Lecture 33 Laps Complete Script 00:06:29 Duration
Lecture 34 Race Complete UI 00:05:38 Duration
Lecture 35 Race Complete Buttons and Code 00:06:58 Duration
Lecture 36 Scene Setups 00:03:59 Duration
Lecture 37 Terrain Edits 00:04:44 Duration
Lecture 38 Setting up Additional Vehicles 00:02:32 Duration
Lecture 39 Main Menu UI Setup 00:08:42 Duration
Lecture 40 Adding Images to the Main Menu UI 00:03:52 Duration
Lecture 41 Main Menu UI Buttons and Saving the Game 00:10:00 Duration
Lecture 42 Loading The Game part 1 00:08:20 Duration
Lecture 43 Loading The Game part 2 00:08:05 Duration
Lecture 44 Camera Updates and Additional Cleanups 00:04:03 Duration
Lecture 45 Final Race Testing 00:02:17 Duration
Lecture 46 wrap up 00:01:41 Duration
Lecture 47 Build and Run 00:01:32 Duration

Section 8 : Character Controller and Animator System

Lecture 1 Resources
Lecture 2 What you will learn 00:00:59 Duration
Lecture 3 Get to know Mixamo 00:03:36 Duration
Lecture 4 Selecting your Mixamo character 00:02:45 Duration
Lecture 5 Export Mixamo T-pose 00:00:48 Duration
Lecture 6 Choose Idle, walk and run animations 00:05:59 Duration
Lecture 7 Choose attack, heal and charge up animations 00:03:07 Duration
Lecture 8 Unity scene setup 00:03:40 Duration
Lecture 9 Import fantasy environment 00:06:26 Duration
Lecture 10 Import Abe animations and T-pose 00:01:38 Duration
Lecture 11 Extract Abe textures 00:02:48 Duration
Lecture 12 Import 3rd person controller system 00:04:01 Duration
Lecture 13 Humanoid setup on T-pose 00:04:49 Duration
Lecture 14 FBX animation setup 00:02:54 Duration
Lecture 15 Animation loop root 00:02:38 Duration
Lecture 16 Character animator overview 00:06:24 Duration
Lecture 17 Character animator controller setup 00:04:04 Duration
Lecture 18 Animator idle behavior setup 00:04:04 Duration
Lecture 19 Animator locomotion behavior setup 00:03:20 Duration
Lecture 20 overview extend controller behaviors 00:03:01 Duration
Lecture 21 Animator attack behavior setup 00:07:15 Duration
Lecture 22 Attack behavior script core code 00:11:08 Duration
Lecture 23 Attack script finish and apply animator behavior 00:08:28 Duration
Lecture 24 Charge uptaunt animation setup 00:04:15 Duration
Lecture 25 Charge uptaunt script core code 00:03:33 Duration
Lecture 26 Heal animator behavior setup 00:05:10 Duration
Lecture 27 Healing script core code 00:04:26 Duration
Lecture 28 Healing object trigger box 00:05:44 Duration
Lecture 29 Healing interaction trigger script 00:05:49 Duration
Lecture 30 Cleanup character prefab creation 00:03:40 Duration
Lecture 31 Animation direction root offset adjustments 00:01:58 Duration
Lecture 32 Particle effect package setup 00:03:45 Duration
Lecture 33 Particle scene setup 00:04:03 Duration
Lecture 34 Create staff weapon proxy 00:05:20 Duration
Lecture 35 Attack particle effect - part 1 00:10:34 Duration
Lecture 36 Attack particle - part 2 - translate forward 00:07:28 Duration
Lecture 37 Adjust offset for all animations 00:01:27 Duration
Lecture 38 Particle attack - part 3 00:07:30 Duration
Lecture 39 Particle attack - part 4 - animation timing 00:04:05 Duration
Lecture 40 Particle attack - part 5 - hit effect 00:09:36 Duration
Lecture 41 Particle attack - part 6 - shoot direction 00:02:18 Duration
Lecture 42 ProBuilder Install 00:04:22 Duration
Lecture 43 ProBuilder basics 00:08:20 Duration
Lecture 44 ProBuilder staff - part 1 - extruding 00:08:26 Duration
Lecture 45 ProBuilder staff - part 2 - finalized object modeling 00:09:30 Duration
Lecture 46 ProBuilder staff - part 3 - uv texture mapping 00:07:28 Duration
Lecture 47 ProBuilder staff - part 4 - smooth and connect to hand 00:03:11 Duration
Lecture 48 Character prefab update and charge up effect 00:05:12 Duration
Lecture 49 Character prefab charge up effect coded animation 00:08:50 Duration
Lecture 50 Character prefab healing effect coded animation 00:08:19 Duration
Lecture 51 Cleanup and finalize character prefab 00:02:24 Duration
Lecture 52 Abe character prefab in new forest scene 00:02:46 Duration
Lecture 53 Rock object particle explosion 00:11:25 Duration
Lecture 54 Cleanup walk run controls 00:05:17 Duration
Lecture 55 Final joystick controls 00:04:31 Duration
Lecture 56 Game build 00:03:07 Duration

Section 9 : (ARCHIVED) Mastering the Fundamentals

Lecture 1 Unity3D The Fundamentals (Project Files)
Lecture 2 Introduction 00:00:25 Duration
Lecture 3 Project setup 00:04:11 Duration
Lecture 4 Basic scene setup 00:06:17 Duration
Lecture 5 Keyboard input 00:08:50 Duration
Lecture 6 Directional movement 00:10:56 Duration
Lecture 7 Finding the input from the api 00:03:42 Duration
Lecture 8 Rotating around with input 00:11:17 Duration
Lecture 9 Move and rotate together 00:08:12 Duration
Lecture 10 Collision and rigidbody 00:04:26 Duration
Lecture 11 Scaling by input 00:09:09 Duration
Lecture 12 Updated script for the next lesson on color change with input
Lecture 13 Color change with input 00:09:33 Duration
Lecture 14 Lightswitch trigger event 00:10:52 Duration
Lecture 15 Triggering multiple elements 00:11:13 Duration
Lecture 16 Triggering an audio clip 00:05:18 Duration
Lecture 17 Triggers explained 00:07:02 Duration
Lecture 18 Spawner basics 00:12:33 Duration
Lecture 19 Values to spawned objects 00:11:21 Duration
Lecture 20 Force to spawned object 00:04:43 Duration
Lecture 21 Particle system basics 00:13:54 Duration
Lecture 22 Particle system - smoke stack 00:12:34 Duration
Lecture 23 Camera LookAt 00:14:55 Duration
Lecture 24 Smooth camera follow 00:12:56 Duration
Lecture 25 Camera states 00:08:16 Duration
Lecture 26 Camera trigger state events 00:06:53 Duration
Lecture 27 Player gravity rotation setup 00:01:12 Duration
Lecture 28 Camera minimap setup 00:05:06 Duration
Lecture 29 Camera minimap code 00:09:28 Duration
Lecture 30 On mouse events 00:09:55 Duration
Lecture 31 Raycast setup 00:03:53 Duration
Lecture 32 Raycast single ray 00:07:36 Duration
Lecture 33 Raycast ray and hit
Lecture 34 Raycast object placement 00:03:38 Duration
Lecture 35 Raycast all and hits 00:07:51 Duration
Lecture 36 Raycast all from a gameObject 00:10:02 Duration
Lecture 37 Raycast move object 00:12:40 Duration
Lecture 38 Move to click position
Lecture 39 Follow mouse position 00:01:17 Duration
Lecture 40 Animation setup 00:06:22 Duration
Lecture 41 Animator script 00:04:24 Duration
Lecture 42 Examples 13 and 14 level load 00:08:34 Duration
Lecture 43 Gameobject Primitive 00:05:57 Duration
Lecture 44 Gameobject and mesh 00:12:32 Duration
Lecture 45 Moving mesh vertices 00:05:02 Duration
Lecture 46 Load from resources 00:04:56 Duration
Lecture 47 Wrap up 00:00:26 Duration

Section 10 : (ARCHIVED) Build your first level

Lecture 1 Unity3D Building your first level (Project Files)
Lecture 2 Introduction 00:00:39 Duration
Lecture 3 Project setup 00:05:24 Duration
Lecture 4 Basic shapes 00:06:52 Duration
Lecture 5 Select and delete 00:01:26 Duration
Lecture 6 Material and texture 00:04:46 Duration
Lecture 7 Basic level part 1 00:13:37 Duration
Lecture 8 Basic level part 2 00:11:24 Duration
Lecture 9 Texture websites 00:02:52 Duration
Lecture 10 Apply textures and materials 00:12:18 Duration
Lecture 11 Texturing part 1 00:13:20 Duration
Lecture 12 Texturing part 2 00:10:32 Duration
Lecture 13 Texturing part 3 00:12:26 Duration
Lecture 14 Terrain setup 00:05:51 Duration
Lecture 15 Terrain texturing 00:10:46 Duration
Lecture 16 Terrain sculpt part 1 00:18:03 Duration
Lecture 17 Terrain sculpt part 2 00:14:00 Duration
Lecture 18 Skybox 00:12:55 Duration
Lecture 19 Particle part 1 00:10:15 Duration
Lecture 20 Particle part 2 00:06:28 Duration
Lecture 21 Particle part 3 00:04:12 Duration
Lecture 22 Particle part 4 00:03:24 Duration
Lecture 23 Tree creator 00:13:56 Duration
Lecture 24 Particle rain 00:01:58 Duration
Lecture 25 Audio storm 00:08:20 Duration
Lecture 26 Thunder strike code 00:11:09 Duration
Lecture 27 Thunder strike audio 00:04:28 Duration
Lecture 28 Finishing touches 00:05:38 Duration
Lecture 29 Build the game 00:05:03 Duration
Lecture 30 Sharing your game 00:02:12 Duration
Lecture 31 Asset store level editor 00:03:20 Duration
Lecture 32 Asset store terrain 00:02:00 Duration
Lecture 33 Asset store textures models 00:02:13 Duration

Section 11 : (ARCHIVED) Create a boss battle

Lecture 1 Unity3D Boss Battle (Project Files)
Lecture 2 Introduction 00:00:51 Duration
Lecture 3 Setup 00:04:11 Duration
Lecture 4 Navigation 00:02:49 Duration
Lecture 5 Project setup 00:03:46 Duration
Lecture 6 Object setup 00:06:58 Duration
Lecture 7 Hierarchy setup 00:07:18 Duration
Lecture 8 Materials and saving 00:07:39 Duration
Lecture 9 Getting audio clips 00:03:03 Duration
Lecture 10 Setup scripts 00:03:46 Duration
Lecture 11 MagicOrb and moving objects 00:16:07 Duration
Lecture 12 MagicOrb triggerEvent 00:10:26 Duration
Lecture 13 MagicOrb particle setup 00:09:18 Duration
Lecture 14 Cannonball setup 00:06:26 Duration
Lecture 15 Random force 00:03:31 Duration
Lecture 16 TriggerEvent and particle 00:13:05 Duration
Lecture 17 Creating prefabs 00:02:57 Duration
Lecture 18 Player basic movement 00:08:06 Duration
Lecture 19 Player Weapon and socket setup 00:04:40 Duration
Lecture 20 Player Weapon shooting 00:08:13 Duration
Lecture 21 Turret setup and follow 00:03:49 Duration
Lecture 22 mp4 00:06:37 Duration
Lecture 23 Player health 00:06:51 Duration
Lecture 24 Turret health 00:04:46 Duration
Lecture 25 Turret hit color change 00:07:08 Duration
Lecture 26 Manager and gui setup 00:05:21 Duration
Lecture 27 Gui framework 00:04:07 Duration
Lecture 28 Gui updating 00:04:32 Duration
Lecture 29 Building the project 00:01:58 Duration

Section 12 : (ARCHIVED) Working with particles

Lecture 1 Introduction 00:00:37 Duration
Lecture 2 Particle setup 00:05:35 Duration
Lecture 3 Particle dust example 00:01:03 Duration
Lecture 4 Particle dust 00:13:19 Duration
Lecture 5 Fire simple 1 fire 00:10:13 Duration
Lecture 6 Fire simple 2 glow 00:08:02 Duration
Lecture 7 Fire simple 3 smoke 00:13:12 Duration
Lecture 8 Fire simple 4 cleanup 00:00:23 Duration
Lecture 9 Fire complex 1 fire 00:09:42 Duration
Lecture 10 Fire complex 2 flames 00:08:31 Duration
Lecture 11 Fire complex 3 glow 00:07:20 Duration
Lecture 12 Fire complex 4 dark smoke 00:11:05 Duration
Lecture 13 Fire complex 5 white smoke 00:07:42 Duration
Lecture 14 Fire complex 6 sparks falling 00:09:14 Duration
Lecture 15 Fire complex 7 sparks rising 00:08:53 Duration
Lecture 16 Fire stream 1 00:11:53 Duration
Lecture 17 Fire stream 1 00:10:01 Duration
Lecture 18 Fire stream 2 00:11:53 Duration
Lecture 19 Fire stream 3 00:08:00 Duration
Lecture 20 Fireball 1 00:09:06 Duration
Lecture 21 Fireball 2 00:06:33 Duration
Lecture 22 Fireball 3 00:09:29 Duration
Lecture 23 Fireball 4 00:04:38 Duration
Lecture 24 Flame 1 00:12:01 Duration
Lecture 25 Flame 2 00:11:06 Duration
Lecture 26 Leaves falling 1 00:21:45 Duration
Lecture 27 Leaves falling 2 00:01:22 Duration
Lecture 28 Magic effect 1 base 00:09:28 Duration
Lecture 29 Magic effect 2 edge 00:12:39 Duration
Lecture 30 Magic effect 3 glow 00:11:24 Duration
Lecture 31 smoke 1
Lecture 32 Smoke 1 different 00:01:58 Duration
Lecture 33 Smoke 2 00:14:22 Duration
Lecture 34 Smoke funnel 1 funnel 00:17:36 Duration
Lecture 35 Smoke funnel 2 debris 00:13:28 Duration
Lecture 36 Smoke funnel 3 interior 00:11:02 Duration
Lecture 37 Smoke funnel 4 dust 00:12:15 Duration
Lecture 38 Smoke funnel 5 scene check 00:01:05 Duration
Lecture 39 Snow 1 light 00:16:16 Duration
Lecture 40 Snow 2 heavy 00:08:03 Duration
Lecture 41 Snow 3 storm 00:10:07 Duration
Lecture 42 Snow test 00:01:57 Duration
Lecture 43 Sunrays 00:10:47 Duration
Lecture 44 Vapour steam 00:12:03 Duration
Lecture 45 Water spray 1 00:10:57 Duration
Lecture 46 Water spray 2 00:11:07 Duration
Lecture 47 Water spray 3 00:11:49 Duration
Lecture 48 Water spray 4 00:01:02 Duration

Section 13 : 1 3D Modeling and Animation Introduction to Maya

Lecture 1 Maya Introduction (Project Files)
Lecture 2 Introduction 00:00:45 Duration
Lecture 3 Download 00:04:12 Duration
Lecture 4 install & run 00:00:58 Duration
Lecture 5 User Interface 00:07:07 Duration
Lecture 6 Primitives and selection 00:05:04 Duration
Lecture 7 Move, rotate, scale 00:03:18 Duration
Lecture 8 Navigate viewport 00:01:55 Duration
Lecture 9 Viewport views layout 00:05:17 Duration
Lecture 10 Viewport shading lighting 00:04:58 Duration
Lecture 11 Material editor basics 00:08:51 Duration
Lecture 12 Material editor texture 00:04:12 Duration
Lecture 13 Material editor workspace 00:01:56 Duration
Lecture 14 Material Texture UVW 00:04:48 Duration
Lecture 15 Render basics 00:05:46 Duration
Lecture 16 Animation basics 00:07:53 Duration
Lecture 17 Animation scene 00:06:17 Duration
Lecture 18 Edit options vertex edge face 00:05:01 Duration
Lecture 19 Mesh 00:04:44 Duration
Lecture 20 Edit mesh 00:10:59 Duration
Lecture 21 Mesh tools 00:04:55 Duration
Lecture 22 Hut scene setup 00:03:42 Duration
Lecture 23 Hut wall 00:11:27 Duration
Lecture 24 Hut door 00:11:41 Duration
Lecture 25 Hut miscellaneous pieces 00:09:06 Duration
Lecture 26 Hut Roof 00:07:46 Duration
Lecture 27 UVW texture wall 00:05:55 Duration
Lecture 28 UVW texture roof 00:07:33 Duration
Lecture 29 UVW texture surfboards 00:07:51 Duration
Lecture 30 UVW texture miscellaneous items 00:08:40 Duration
Lecture 31 UVW texture bamboo 00:07:59 Duration
Lecture 32 UVW texture door 00:12:26 Duration
Lecture 33 Scene layout 00:07:09 Duration
Lecture 34 Render image 00:07:37 Duration
Lecture 35 Render animation 00:05:01 Duration

Section 14 : 2 Polygon Modeling with Maya

Lecture 1 Introduction 00:00:33 Duration
Lecture 2 Setup Body 00:09:23 Duration
Lecture 3 Material Layers 00:03:39 Duration
Lecture 4 Model Front View 00:05:45 Duration
Lecture 5 Model Top View 00:03:12 Duration
Lecture 6 Model Side View 00:02:33 Duration
Lecture 7 Body Perspective View 00:06:08 Duration
Lecture 8 Model Head 00:08:04 Duration
Lecture 9 Head Perspective View 00:06:30 Duration
Lecture 10 Head to body 00:07:37 Duration
Lecture 11 Model Armor A 00:08:14 Duration
Lecture 12 Model Armor B 00:11:50 Duration
Lecture 13 Model Armor Head C 00:11:40 Duration
Lecture 14 Model Armor Head D 00:05:40 Duration
Lecture 15 Model Armor Head E 00:12:22 Duration
Lecture 16 Model Armor Head F 00:12:03 Duration
Lecture 17 Model Face A 00:05:34 Duration
Lecture 18 Model Face Fang B 00:05:34 Duration
Lecture 19 Model Face Fang C 00:08:46 Duration
Lecture 20 Model Face Fang D 00:08:03 Duration
Lecture 21 Setup Leg 00:06:18 Duration
Lecture 22 Model Leg A 00:05:01 Duration
Lecture 23 Model Leg B 00:09:22 Duration
Lecture 24 Model Leg C 00:15:53 Duration
Lecture 25 Model Leg D 00:14:20 Duration
Lecture 26 Model Leg E 00:14:30 Duration
Lecture 27 Model Leg F 00:12:09 Duration
Lecture 28 Model Leg G 00:11:18 Duration
Lecture 29 Model Leg H 00:10:41 Duration
Lecture 30 Model Leg I 00:08:58 Duration
Lecture 31 Model Leg J 00:08:36 Duration
Lecture 32 Model Leg K 00:09:05 Duration
Lecture 33 Setup Leg Armor 00:01:11 Duration
Lecture 34 Model Leg Armor A 00:09:54 Duration
Lecture 35 Model Leg Armor B 00:10:12 Duration
Lecture 36 Model Leg Armor C 00:02:33 Duration
Lecture 37 Model Leg Armor D 00:12:41 Duration
Lecture 38 Apply Material 00:13:29 Duration
Lecture 39 Setup Spider 00:07:11 Duration
Lecture 40 Render Spider 00:10:43 Duration
Lecture 41 Prepare Spider Model 00:09:36 Duration
Lecture 42 Leg bones 00:05:12 Duration
Lecture 43 Leg Rig 00:06:16 Duration
Lecture 44 Leg Skin 00:07:39 Duration
Lecture 45 Leg Parenting 00:01:38 Duration
Lecture 46 Leg Copy 00:04:51 Duration
Lecture 47 Leg ik 00:04:09 Duration
Lecture 48 Add bones to body 00:03:45 Duration
Lecture 49 Skinning the body 00:04:34 Duration
Lecture 50 Rigging the body 00:04:42 Duration
Lecture 51 Spider Root 00:02:16 Duration
Lecture 52 Create Idle animation 00:12:58 Duration
Lecture 53 Walk animation 00:03:20 Duration
Lecture 54 Walk animation 2 00:00:33 Duration
Lecture 55 Walk animation 3 00:09:20 Duration
Lecture 56 Walk animation 4 00:09:47 Duration
Lecture 57 Spider model and animation outro 00:00:39 Duration

Section 15 : 3 Maya to Unity3D Workflow

Lecture 1 Exporting Spider Model to Unity3D 00:08:05 Duration
Lecture 2 Export Idle Animation 00:03:46 Duration
Lecture 3 Export Walk Animation 00:02:16 Duration
Lecture 4 Animation Setup 00:07:15 Duration
Lecture 5 Script Controller 00:03:33 Duration

Section 16 : 4 Introduction to 3D Studio Max

Lecture 1 Introduction 00:00:51 Duration
Lecture 2 Downloading 00:06:21 Duration
Lecture 3 Welcome screen 00:01:17 Duration
Lecture 4 User Interface 00:04:01 Duration
Lecture 5 Primitives 00:07:24 Duration
Lecture 6 Move, rotate, scale 00:04:01 Duration
Lecture 7 Navigation 00:03:04 Duration
Lecture 8 Viewport layout 00:02:08 Duration
Lecture 9 Viewport views 00:02:54 Duration
Lecture 10 Shading and lighting 00:05:19 Duration
Lecture 11 Material editor basics 00:03:51 Duration
Lecture 12 Material editor texture 00:03:31 Duration
Lecture 13 Material textures UVW 00:04:09 Duration
Lecture 14 Render basics 00:12:01 Duration
Lecture 15 Animation basics 00:05:05 Duration
Lecture 16 Animation scene 00:09:01 Duration
Lecture 17 Edit poly 00:04:26 Duration
Lecture 18 Edit poly general 00:08:32 Duration
Lecture 19 Edit vertex 00:02:26 Duration
Lecture 20 Edit edges 00:05:37 Duration
Lecture 21 Edit poly 00:04:06 Duration
Lecture 22 Drone scene setup 00:05:58 Duration
Lecture 23 Drone body 00:12:16 Duration
Lecture 24 Drone motors 00:15:52 Duration
Lecture 25 Drone legs 00:06:51 Duration
Lecture 26 Drone underside 00:11:04 Duration
Lecture 27 Drone camera 00:14:46 Duration
Lecture 28 Drone animation 00:32:36 Duration
Lecture 29 Drone render 00:07:11 Duration

Section 17 : 5 3D Studio Max - Polygon Modeling

Lecture 1 Introduction 00:00:38 Duration
Lecture 2 Setup 00:08:08 Duration
Lecture 3 Head setup 00:29:09 Duration
Lecture 4 Head review 00:02:07 Duration
Lecture 5 Body 00:28:59 Duration
Lecture 6 Arm & Sholder 00:18:33 Duration
Lecture 7 Upper Arm 00:22:17 Duration
Lecture 8 mp4 00:17:44 Duration
Lecture 9 mp4 00:09:55 Duration
Lecture 10 Upper leg 00:25:02 Duration
Lecture 11 Leg to Foot 00:20:39 Duration
Lecture 12 Clean up 00:10:13 Duration
Lecture 13 Unwrap review 00:04:41 Duration
Lecture 14 Materials 00:13:03 Duration
Lecture 15 Light material adjust 00:12:58 Duration
Lecture 16 Lights and stage 00:15:33 Duration
Lecture 17 Render 00:04:28 Duration
Lecture 18 Rig 00:15:34 Duration
Lecture 19 Skin 00:20:12 Duration
Lecture 20 Pose 00:07:15 Duration
Lecture 21 Animate 00:11:07 Duration

Section 18 : 6 3D Studio Max to Unity3D Workflow

Lecture 1 Export Robot Model to Unity3D 00:06:56 Duration
Lecture 2 Export Idle Animation 00:03:00 Duration
Lecture 3 Export Walk Animation 00:01:55 Duration
Lecture 4 Animation Setup 00:06:30 Duration
Lecture 5 Script Controller 00:05:17 Duration

Section 19 : [Digital Painting] - Beginner level Digital Painting

Lecture 1 Line 00:18:07 Duration
Lecture 2 Shapes 00:23:50 Duration
Lecture 3 Intro to Values Part 1 00:05:51 Duration
Lecture 4 Values Part 2 00:22:52 Duration
Lecture 5 Values part 3 00:10:20 Duration
Lecture 6 Color Theory 00:08:17 Duration
Lecture 7 Color Theory cont 00:26:14 Duration
Lecture 8 Drawing Construction 00:11:40 Duration
Lecture 9 Drawing Tumbnails 00:09:39 Duration
Lecture 10 Drawing Clean Lines 00:10:41 Duration
Lecture 11 Blending with Brush Tool 00:13:22 Duration
Lecture 12 Perspective 00:08:30 Duration
Lecture 13 Composition 00:13:18 Duration
Lecture 14 Art Studies 00:13:46 Duration
Lecture 15 Practice Tips 00:05:08 Duration
Lecture 16 Landscape part 1 00:09:59 Duration
Lecture 17 Landscape part 2 00:09:30 Duration
Lecture 18 Landscape part 3 00:12:05 Duration
Lecture 19 Landscape Conclusion 00:06:14 Duration

Section 20 : Intermediate level Digital Painting

Lecture 1 Hard Surfaces intro 00:24:36 Duration
Lecture 2 Soft Surfaces intro 00:10:40 Duration
Lecture 3 Soft Surface example 00:07:42 Duration
Lecture 4 Hard & Soft combo 00:21:41 Duration
Lecture 5 Materials Wood 00:12:56 Duration
Lecture 6 Materials Organic 00:09:18 Duration
Lecture 7 Materials Texture 00:11:49 Duration
Lecture 8 Materials Cloth 00:14:52 Duration
Lecture 9 Materials Metal 00:08:23 Duration
Lecture 10 Using the Materials 00:10:37 Duration
Lecture 11 Using the Materials cont 00:08:24 Duration
Lecture 12 Intro to Faces 00:04:48 Duration
Lecture 13 Skulls & Skin 00:11:38 Duration
Lecture 14 Construction workflow 00:13:51 Duration
Lecture 15 Features 00:14:48 Duration
Lecture 16 Features cont 00:11:36 Duration
Lecture 17 Concluding Example 00:11:46 Duration
Lecture 18 Clothing and Drapery 00:16:11 Duration
Lecture 19 Clothing and Drapery 2 00:11:06 Duration
Lecture 20 Clothing and Drapery 3 00:10:30 Duration
Lecture 21 Clothing and Drapery 4 00:11:40 Duration
Lecture 22 Clothing and Drapery 5 00:17:21 Duration
Lecture 23 Mechanical Objects 00:07:49 Duration
Lecture 24 Mechanical Objects 2 00:12:19 Duration
Lecture 25 Mechanical Objects 3 00:18:40 Duration
Lecture 26 Mechanical Objects 4 00:04:36 Duration
Lecture 27 Mechanical Objects 5 00:11:26 Duration
Lecture 28 Mechanical Objects 6 00:11:40 Duration
Lecture 29 Mechanical Objects 7 00:12:00 Duration
Lecture 30 Mechanical Objects 8 00:10:30 Duration
Lecture 31 Mechanical Objects 9 00:07:28 Duration
Lecture 32 Mechanical Objects 10 00:13:25 Duration
Lecture 33 Mechanical Objects 11 00:18:19 Duration

Section 21 : Advanced Character Painting

Lecture 1 Character base sketch 00:10:27 Duration
Lecture 2 Refining Sketch 00:08:23 Duration
Lecture 3 color pallet 00:10:22 Duration
Lecture 4 Painting 00:14:28 Duration
Lecture 5 Painting 2 00:12:37 Duration
Lecture 6 Painting 3 00:08:16 Duration
Lecture 7 Painting details 00:08:22 Duration
Lecture 8 Painting details 2 00:11:14 Duration
Lecture 9 Painting details 3 00:06:21 Duration
Lecture 10 Final touches 00:16:21 Duration

Section 22 : Advanced Environment Design

Lecture 1 Sketch Comp 00:09:11 Duration
Lecture 2 Refind Concept 00:08:51 Duration
Lecture 3 Expand Comp 00:09:27 Duration
Lecture 4 Shape & Tweak 00:05:57 Duration
Lecture 5 Light Test 00:07:44 Duration
Lecture 6 Focal Point 00:07:24 Duration
Lecture 7 Texture 1 00:09:54 Duration
Lecture 8 Texture 2 00:09:38 Duration
Lecture 9 Texture 3 00:07:48 Duration
Lecture 10 Light 00:04:14 Duration
Lecture 11 Scale Clean up 00:15:17 Duration
Lecture 12 Narrative & Balance 00:14:10 Duration
Lecture 13 Finalizing 00:14:48 Duration
Lecture 14 Last FX 00:09:12 Duration

Section 23 : Advanced Illustration start to finish

Lecture 1 Thumbnail Ideation 00:14:31 Duration
Lecture 2 Thumbnail Ideation cont 00:15:45 Duration
Lecture 3 Drawing for Direction 00:11:49 Duration
Lecture 4 Drawing cont 00:12:01 Duration
Lecture 5 Painting Over 00:07:02 Duration
Lecture 6 Painting Over cont 00:15:21 Duration
Lecture 7 Painting Clean up 1 00:20:42 Duration
Lecture 8 Painting Clean up 2 00:11:51 Duration
Lecture 9 Painting Clean up 3 00:14:09 Duration
Lecture 10 Painting Clean up 4 00:12:02 Duration
Lecture 11 Painting Clean up 5 00:16:13 Duration
Lecture 12 Painting Clean up 6 00:14:01 Duration
Lecture 13 Painting Clean up 7 00:18:49 Duration
Lecture 14 Detail & Refine 1 00:10:16 Duration
Lecture 15 Detail & Refine 2 00:08:57 Duration
Lecture 16 Detail & Refine 3 00:07:58 Duration
Lecture 17 Detail & Refine 4 00:29:40 Duration
Lecture 18 Detail & Refine 5 00:06:17 Duration
Lecture 19 Final Effects 00:39:38 Duration