Unit Testing For Unity 6 & C# - Lifetime Access

所在平台: Udemy

课程主页: https://www.udemy.com/course/unit-testing-for-unity/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:Unity 6与C#单元测试 - 终身学习访问 课程概述: 欢迎参加《Unity单元测试课程》。该课程内容适用于当前及未来版本的Unity 6。所有下载的示例代码均已更新至Unity 6,视频内容提供多种语言的字幕,包括英语、法语、葡萄牙语、德语、西班牙语和土耳其语。 课程旨在帮助开发者在项目开发过程中克服组织性、可扩展性和生活质量等问题。通过本课程的培训,您将学习如何创建和维护健壮的Unity类和架构。 课程特色: - 精简的内容,提供所需的最相关和有效的信息 - 无冗余的编辑,以节省时间和提升学习效率 单元测试的好处: - 早期错误检测:运行单元测试帮助尽早识别错误,从而节省时间和资源 - 重构的信心:全面的单元测试套件使开发者在重构代码时更加有信心 - 更好的设计:编写单元测试促进开发者考虑代码的模块化和结构。 测试驱动开发(TDD)的好处: - 改进代码质量:TDD鼓励简洁设计并通过频繁的测试验证代码变化 - 文档化效益:TDD中的测试可作为系统行为的文档 - 故障率降低:TDD通常可减少生产中的错误密度。 课程收获: 完成本课程后,您将能够自信地设计和开发良好设计及经过测试的Unity类,学习编写健壮的C#代码。 课程内容包括: 1. 课程介绍:设定愿景和目标,学习MVC架构的诸多好处 2. Unity概述:审视Unity作为游戏引擎的流行性和功能 3. 单元测试基础:学习单元测试和TDD,产出更清晰可读的代码 4. 单元测试实践:通过系列演示应用基础知识,完成相关作业 5. 深入单元测试:探索单元测试的理论和实践 6. CI/CD中的单元测试:掌握持续集成和持续部署的概念 附带项目范例: - 数学系统、数据加载器基本与高级版本、角色基本与高级物理等项目,帮助学习单元测试的基本及复杂情况。 学习Unity的理由: - Unity是一个多功能的游戏引擎,广泛应用于开发仿真、原型和游戏,超过70%的顶级手游采用Unity技术。 为什么学习单元测试? - 加快新特性的开发,提升维护水平,确保快速反馈与清晰沟通。 讲师介绍: 课程由拥有20年游戏开发和软件设计教育经验的Unity认证开发者Samuel Asher Rivello授课,他致力于为游戏团队提供定制化工具,提升工作效率。 立即加入我们,避免在创建、维护和扩展Unity类时常见的问题,确保在项目中运用单元测试和测试驱动开发的相应技术!

课程评论(0条)

课程详情

Welcome to Unit Testing For Unity! UNITY 6:Course Content: These lessons apply to current and future versions of Unity 6Course Downloads: All downloadable source-code has been updated to Unity 6CAPTIONS:• 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 resourcesRefactoring Confidence - With a comprehensive suite of unit tests, developers can refactor code more aggressively and with assurance, knowing tests will reveal any introduced errorsBetter Design -Writing unit tests forces developers to consider the modularity and structure of their code, often leading to better-designed and more maintainable softwareBENEFITS OF TEST-DRIVEN-DEVELOPMENT (TDD):Improved Code Quality - TDD encourages simple designs and inspires confidence, as code changes are verified by tests frequentlyDocumentation Benefit - Tests written in TDD can serve as a form of documentation, showing how the system is intended to behaveReduction in Errors - TDD typically results in a lower bug density in production, as tests are written before the code that must pass themTAKEAWAY: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 projectsUnity 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 additionUnit 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 codeUnit 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 learnedUnit 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 projectAnd 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 graphics2. Data Loader Basic - Learn how to handle async/await operations and test for robust results3. Data Loader Advanced - We create more stability and confidence with C# code refactors4. 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 challenges5. Character Advanced - A game character that moves with user input. Learn to test asynchronous methods such as multi-frame movement6. Character Physics - A game character that uses physics. Learn to isolate dependencies and refactor systems efficiently7. Testing Prefabs - Full demo8. Testing Scenes - Tips and tricksPlus More!INCLUDED ASSETS:Section Videos - High-quality HD video content covering all course topicsSection Source Code- Full C# scripting and complete Unity projects included for downloadSection Challenge Assignments - Expand your knowledge with practical, relevant coding trialsSection Quiz - Ensure you digested all vital info before moving forwardWHY 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 TechnologyDeploys 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 results2. Level-up your maintenance - With Test-Driven Development ( TDD ), developers naturally produce cleaner, more readable, and manageable code3. 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 documentationWHY LEARN WITH SAMUEL ASHER RIVELLO?Sam is a Unity Certified Developer with over 20 years of experience creating games and teaching software designSam 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'ReillyWHY WAIT?Avoid the common pitfalls with creating, maintaining, and scaling your Unity classesYou can't afford NOT to use Unit Testing and Test-Driven development on your projectsLet's do this!

课程标签

0人关注该课程

主题相关的课程