Mô tả

Welcome to Unit Testing For Unity!


CAPTIONS:

• English: All videos have English subtitles. (Audio/Video/Text Content is in English)

• French: Toutes les vidéos sont sous-titrées en Français. (Audio/Video/Text Content is in English)

• Portuguese: Todos os vídeos têm legendas em Português. (Audio/Video/Text Content is in English)

• German: Alle Videos haben Deutsche Untertitel. (Audio/Video/Text Content is in English)

• Spanish: Todos los vídeos tienen subtítulos en Español. (Audio/Video/Text Content is in English)

• Turkish: Tüm videolar Türkçe altyazılıdır. (Audio/Video/Text Content is in English)


We all start projects with the best of intentions. But during development we often find our projects do not meet our expectations for organization, scalability, and for our quality of life as developers.


This course gives you the training to create and maintain robust Unity classes and architectures.


FEATURES:

  • Rockstar content - Everything you DO need. Just the most relevant, powerful info!

  • Punk-rock editing - Nothing you DON'T need. No "ums", no waiting, no fluff!


BENEFITS OF UNIT TESTING:

  • Early Bug Detection - Running unit tests after every build helps in identifying any breakage at the earliest possible instance, saving time and resources

  • Refactoring Confidence - With a comprehensive suite of unit tests, developers can refactor code more aggressively and with assurance, knowing tests will reveal any introduced errors

  • Better Design -Writing unit tests forces developers to consider the modularity and structure of their code, often leading to better-designed and more maintainable software


BENEFITS OF TEST-DRIVEN-DEVELOPMENT (TDD):

  • Improved Code Quality - TDD encourages simple designs and inspires confidence, as code changes are verified by tests frequently

  • Documentation Benefit - Tests written in TDD can serve as a form of documentation, showing how the system is intended to behave

  • Reduction in Errors - TDD typically results in a lower bug density in production, as tests are written before the code that must pass them


TAKEAWAY:

  • After this course you will be confident to design and develop well-designed and tested Unity classes. Learn to write robust C# code that your team will be proud of.


INCLUDED SECTIONS:

  • Course Introduction - Set the vision and goals for the course. Learn the many benefits of MVC architecture for your projects

  • Unity Overview - Review the popularity and power of Unity as a game engine. Discuss the structure of the systems within and how MVC architecture is a welcome addition

  • Unit Testing Fundamentals - We'll add the power of Unit Testing and Test-Driven Development ( TDD ). With this training you will naturally produce cleaner, more readable, and manageable code

  • Unit Testing Workshops - Take the fundamentals and apply them through a series of isolated demos. Each demo has production code, edit-mode tests, and play-mode tests. Perform assignments based on what you have learned

  • Unit Testing Lessons - Dive deep into the art and science of Unit Testing. Get the theory, apply the practices, and explore topics including "Pure Functions" & "Test Doubles"

  • Unit Testing with CI/CD - Master continuous integration, continuous deployment. Learn the benefits and complete the setup for your project

  • And More!


INCLUDED UNITY C# SAMPLE PROJECTS:

  • 1. Math System - A simple calculator without a rendered view. This is a great place to learn the fundamentals of testing without the complications of Unity MonoBehaviours or rendered graphics

  • 2. Data Loader Basic - Learn how to handle async/await operations and test for robust results

  • 3. Data Loader Advanced - We create more stability and confidence with C# code refactors

  • 4. Character Basic - A game character that moves with user input. Add Unity MonoBehaviours and rendered graphics to the challenges of testing. Learn to master the challenges

  • 5. Character Advanced - A game character that moves with user input. Learn to test asynchronous methods such as multi-frame movement

  • 6. Character Physics - A game character that uses physics. Learn to isolate dependencies and refactor systems efficiently

  • 7. Testing Prefabs - Full demo

  • 8. Testing Scenes - Tips and tricks

  • Plus More!


INCLUDED ASSETS:

  • Section Videos - High-quality HD video content covering all course topics

  • Section Source Code- Full C# scripting and complete Unity projects included for download

  • Section Challenge Assignments - Expand your knowledge with practical, relevant coding trials

  • Section Quiz  - Ensure you digested all vital info before moving forward


WHY LEARN UNITY?

  • Unity is a versatile game engine which can be used for creating simulations, prototypes, and games

  • Over 70% of the top 1000 mobile games are created using Unity Technology

  • Deploys to PC, Xbox, PlayStation, iOS, & Android, WebGL, AR/VR, and more!


WHY LEARN UNIT TESTING?

  • 1. Accelerate new features - With testing, developers focus on a small batch of code at a time, not moving on to the next bit until they are done with their batch. This gets results

  • 2. Level-up your maintenance - With Test-Driven Development ( TDD ), developers naturally produce cleaner, more readable, and manageable code

  • 3. Fail fast & Communicate clearly -  Get feedback quickly and improve your solutions. Leave a legacy of unit testing in your codebase which will serve as the best, living documentation


WHY LEARN WITH SAMUEL ASHER RIVELLO?

  • Sam is a Unity Certified Developer with over 20 years of experience creating games and teaching software design

  • Sam empowers game teams with custom editor tooling for improved workflows ( Game Design, Level Design, 3D Modelers, 3D Animators )

  • Sam is an author and editor, including Adobe, Future Publishing UK, Packt Publishing, and O’Reilly


WHY WAIT?

  • Avoid the common pitfalls with creating, maintaining, and scaling your Unity classes

  • You can't afford NOT to use Unit Testing and Test-Driven development on your projects

  • Let's do this!

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

Yêu cầu

Nội dung khoá học

9 sections

Course Introduction

10 lectures
Course Overview
05:33
Why Unit Testing?
07:51
Benefits of Unity Testing
03:22
Unit Testing Example & Commentary
03:33
Course Philosophy
01:38
Course Resources
00:53
Udemy's Early Review Prompt
00:47
Section Quiz
4 questions
Section Assignment
1 question
Section Summary
02:10

Unity Overview

6 lectures
Unity Overview
04:22
Unity Structure
05:05
Unity Code (C#)
06:06
Section Quiz
3 questions
Section Assignment
1 question
Section Summary
01:00

Software Design

3 lectures
Software Design Overview
03:37
Section Quiz
3 questions
Section Summary
00:27

Unit Testing - Fundamentals

7 lectures
Unit Testing - Overview
08:03
Unit Testing - Setup
08:54
Unit Testing - Creating Tests
04:20
Unit Testing - Test Driven Development (TDD)
06:59
Section Quiz
3 questions
Section Assignment
1 question
Section Summary
01:20

Unit Testing - Workshops

19 lectures
Workshops - Overview
11:41
My Math System - Workshop
15:22
My Math System - Assignment
00:15
My Data Loader (Basic) - Workshop
06:32
My Data Loader (Basic) - Assignment
00:06
My Data Loader (Advanced) - Workshop
11:44
My Data Loader (Advanced) - Assignment
00:09
Character (Basic) - Workshop
07:56
Character (Basic) - Assignment
00:11
Character (Advanced) - Workshop
05:34
Character (Advanced) - Assignment
00:20
Character (Physics) - Workshop
07:34
Character (Physics) - Assignment
00:13
Prefab Loading - Workshop
10:47
Prefab Loading - Assignment
00:13
Scene Loading - Workshop
08:09
Scene Loading - Assignment
00:25
Workshops - More...
02:16
Section Summary
00:46

Unit Testing - Lessons

5 lectures
Lessons - Overview
02:40
Lessons - Pure Functions
08:37
Lessons - Test Doubles
11:57
Lessons - Unity C# Demo
28:03
Section Summary
01:18

Unit Testing - Artificial Intelligence, & ChatGPT

4 lectures
Unit Testing & AI - Overview
04:36
Unit Testing & AI - Creating Production Code
09:23
Unit Testing & AI - Creating Unit Test Code
07:42
Section Summary
01:04

Unit Testing - Automated Tests, Builds, & CI/CD

3 lectures
CI/CD - Overview
15:10
CI/CD - Unity Cloud Build
17:31
Section Summary
00:40

Reference Links

1 lectures
Reference Links
00:30

Đá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.