Mô tả

This course started as a runaway success on Kickstarter and has gone on to become the most popular and most watched Unity game development course on Udemy. The course has full English closed-captions throughout.

Learn how to create video games using Unity, the world-leading free-to-use game development tool. We start super simple so you need no prior experience of Unity or coding! With our online tutorials, you'll be amazed what you can achieve right from the first moment you start the course. 

Benefit from our world-class support from both other students, and the GameDevtv team who are regularly engaged in the forums and Q&A section. Go on to build several games including:

  • Snow Boarder: A simple Side-Scrolling jumping game using Unity's sprite shape tool

  • Laser Defender: A Top-Down Space Shooter with enemies to shoot and dodge;

  • TileVania: A fast-paced classic Side-Scrolling Platformer using Unity's Tilemap tool;

  • Quiz Master: A Quiz Game that focuses on learning how to set up user interface in Unity.

Prefer to start with 3D games? Check-out our sister course, the Complete C# Unity Developer 3D. Already have some Unity knowledge, and want something more challenging? Check-out our epic RPG Core Combat Creator. More interested in creating 3D models from scratch? Start with our Complete Blender Creator course. Our green leaf logo is a symbol of passion and quality.

You will have access to a course forum where you can discuss topics on a course-wide basis, or down to the individual video. Get plugged into our communities of amazing developers on Facebook (nearly 20k), in our own TA-curated Community (17k views/day), and our student chat group (10k live at any one time). Check out our reviews to see how people love this feature. 

The course is project-based as we believe this is the best way to learn Unity and C#. You will not just be learning dry programming concepts, but applying them immediately to real indie games as you go. All the project files will be included, as well as additional references and resources - you'll never get stuck. There are talking-head videos, powerful diagrams, quality screencasts and more. 

Oh, and it's just bigger and better than other Unity courses you will find online. See the course length and the reviews. 

For each demo game you build you will follow this process... 

  • Be challenged to build the entire game yourself.

  • Be shown step-by step how to build it.

  • Be challenged to apply, and re-apply your knowledge regularly.

You will get full lifetime access for a single one-off fee. The creators are qualified and experienced coders and avid gamers, so are able to explain complex concepts clearly, as well as entertain along the way. 

You will learn C#, and in turn build a solid foundation for Object Oriented Programming. By the end of the course you'll be very confident in the basics of coding and game development, and hungry to learn more. 

What this course DOESN'T cover... 

Whereas this course is already huge, we can't possibly cover everything in that time. Here are some things we will not be covering... 

  • Performance optimization.

  • Editor plugins or modifications.

  • Physics engine modification

Anyone who wants to learn to create games: Unity is a fantastic platform which enables you to make production-quality games. Furthermore these games can be created for Windows, MacOS, iOS, Android and Web from a single source!

If you're a complete beginner, we'll teach you all the coding and game design principles you'll need. If you're an artist, we'll teach you to bring your assets to life. If you're a coder, we'll teach you game design principles. 

Dive in and learn Unity now, you won't be disappointed!

Bạn sẽ học được gì

Learn C#, a powerful modern language, from scratch. No prior programming experience is necessary.

Become excellent at using the Unity game engine.

Build a solid foundation for game design and game development that will help you build your own games.

Learn how object oriented programming works in practice.

Create playable game projects - good for your portfolio, or just for your own sense of achievement.

Transfer your knowledge from this course to .NET, other languages, and more.

Develop highly transferable coding problem solving skills.

Be part of an amazing and supportive community of people similar to you.

Yêu cầu

  • Mac or PC capable of running Unity 2019 or later.
  • A passion and willingness to learn how to code.

Nội dung khoá học

7 sections

Introduction & Setup

7 lectures
Welcome To The Course
00:53
Install Unity & VS Code
05:31
VS Code Issues?
02:09
Introducing Unity
11:57
Set Up Visual Studio Code
09:09
Community & Support
01:40
Accessing Our Projects
04:38

Delivery Driver (New Unity 2021.1 Content)

20 lectures
Section Intro - Delivery Driver
00:54
Game Design - Delivery Driver
03:54
Introducing Methods
11:59
Transform.Translate()
03:49
Introducing Variables
06:22
How To Use SerializeField
04:03
Using Input.GetAxis()
10:26
Using Time.deltaTime()
05:09
Colliders & Rigidbodies
08:28
Using OnCollisionEnter2D()
06:30
Using OnTriggerEnter2D()
05:18
Add Assets To Project
09:31
Basic Level Layout
07:32
Simple Follow Camera
12:11
If Statements & Tags
10:11
How To Use Bools
04:59
How To Destroy Objects
07:02
How To Use GetComponent
10:30
Boosts & Bumps
09:32
Wrap Up - Delivery Driver
00:44

Snow Boarder (New Unity 2021.1 Content)

20 lectures
Section Intro - Snow Boarder
00:38
Game Design - Snow Boarder
02:14
How To Use Sprite Shapes
09:53
Using Edge Colliders
07:08
Cinemachine Follow Camera
07:08
Set Up Our Character
07:07
Using Surface Effector 2D
06:19
AddTorque To Rotate
12:15
Triggers To Restart Level
10:02
NameSpaces & SceneManagement
10:28
Using Invoke() For Delays
05:36
Introducing Particle Effects
13:39
Triggering Particle Effects
07:27
Take A Moment To Tune
06:56
Using FindObjectOfType
10:19
Using OnCollisionExit2D
09:28
How To Trigger Sound Effects
07:47
Public Access Modifier
09:03
Prevent Double Play
03:21
Wrap Up - Snow Boarder
00:39

Quiz Master (New Unity 2021.1 Content)

21 lectures
Section Intro - Quiz Master
01:15
Game Design - Quiz Master
05:04
UI Canvas
12:34
TextMeshPro
11:26
Button Layout
10:18
Scriptable Objects
10:38
Getter Methods
05:20
Arrays
09:53
TextMeshProUGUI
05:35
For Loops
09:32
Swapping Sprites
11:20
Button States
10:32
Simple Timer
11:46
Timer Fill Fraction
07:56
Connecting the Timer
11:05
Lists
10:46
Keeping Score
10:12
Sliders
08:50
End Screen
07:50
Game Manager
11:19
Section Wrap-Up
01:12

TileVania (New Unity 2021.1 Content)

40 lectures
Section Intro - TileVania
00:38
Game Design - TileVania
05:10
Slicing Sprite Sheets
10:42
Introduction To Unity Tilemap
11:08
Unity Tilemap With Layers
07:47
How To Use Unity Rule Tiles
15:11
Create Player Idle Animation
10:15
Animation States & Transitions
08:10
Using Prefabs In Unity
10:13
Composite Collider For Tilemap
05:27
Set Up Input System
08:55
Horizontal Player Movement
06:21
Flip Player Sprite
06:39
Animation State In Code
03:59
Jumpy Jump
07:22
Jump If IsTouchingLayers
06:58
Climb That Ladder
09:50
Stop Sliding On Ladder
03:51
Ladder Climb Animation
05:17
Cinemachine Follow Camera
03:41
Cinemachine Confiner
06:37
State-Driven Cameras
09:24
Using Physics Material 2D
09:13
Prevent Wall Jump
05:27
Set Up Our Enemy
06:03
Move & Flip Enemy
10:13
Player Mortality
05:07
Player Death State
07:00
How To Create Hazards
08:53
Instantiate Bullet From Gun
07:41
Implement Bullet Behaviour
12:01
Create Some Levels
07:26
Level Exit Portal
14:50
Game Session Controller
12:24
Make A Coin Pickup
06:32
Coin Sound Effect
05:30
Persistent Score & Lives
13:15
Scene Persist
10:12
Prefab Variants
06:34
TileVania Wrap Up
01:00

Laser Defender

29 lectures
Section Intro - Laser Defender
01:21
Game Design - Laser Defender
07:28
Project Setup
13:24
Unity Input System
12:24
Boundaries
11:14
Enemies
10:51
Pathfinding
07:04
Instantiating Enemies
11:38
Coroutines
11:18
While Loops
05:21
Taking Damage
10:46
Projectile Setup
11:06
Player Shooting
14:23
Enemy Shooting
10:19
Particle Effects
12:38
Screen Shake
09:53
Scrolling Background
09:12
Sound Effects
11:15
Music
07:45
Keeping Score
06:59
Game UI - Part 1
10:18
Game UI - Part 2
05:40
Adding Scenes
10:59
Level Manager
12:07
Singleton Pattern
10:45
Singleton Scorekeeper
09:17
Balance and Build
15:08
Section Wrap-Up
00:49
Congratulations
01:10

Continuing Your GameDev Journey

2 lectures
BONUS LECTURE
00:22
Credits
04:48

Đánh giá của học viên

Chưa có đánh giá
Course Rating
5
0%
4
0%
3
0%
2
0%
1
0%

Bình luận khách hàng

Viết Bình Luận

Bạn đánh giá khoá học này thế nào?

image

Đăng ký get khoá học Udemy - Unica - Gitiho giá chỉ 50k!

Get khoá học giá rẻ ngay trước khi bị fix.