Cert Prep: Unity Certified Associate Game Developer Scripting with C#

Go to class
Write Review

Free Online Course: Cert Prep: Unity Certified Associate Game Developer Scripting with C# provided by LinkedIn Learning is a comprehensive online course, which lasts for 2-3 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Cert Prep: Unity Certified Associate Game Developer Scripting with C# is taught by Alan Thorn.

Overview
  • Learn how to build C# scripts to make intelligent game objects and NPCs, and prepare for the scripting and publishing portion of the Unity Certified Associate: Game Developer exam.

Syllabus
  • Introduction

    • Scripting with C# in Unity
    • Companion files
    1. Script Files and C#
    • Creating C# files
    • Configuring the code editor
    • Printing to the console
    • Components
    • Start, awake and update
    2. Coding with Unity
    • Timed behaviors
    • Triggers and events
    • Vectors
    • Quaternions
    • Reading user input
    3. AI and State Machines
    • Designing a state machine
    • Building a navigation mesh
    • Testing navigation
    • Working with agents and obstacles
    4. Completing the AI Project
    • Creating the Patrol state
    • Creating the Chase state
    • Creating the Attack state
    • Optimzing the FSM
    Conclusion
    • Next steps