EARTH WEEK
Go paperless and save 40% on eligible eBooks, 70% on video now through April 26. Shop the sale.
Video accessible from your Account page after purchase.
Register your product to gain access to bonus material or receive a coupon.
Duration: 8 Hours of video instruction
Overview
This series of courses help prepare you to take the Expert Gameplay Programmer Certification exam, and covers six topics areas distributed over five lessons. These topics include Rapid Gameplay Prototyping and Unity Services Implementation; NPC Design programming and User Interface Implementation; Level Design Programming and Performance Optimization. The format of these courses are project and activity based and participants will need to feel comfortable individually programming a game in Unity. Participants will be challenged with a series of realistic programming problems in Unity video-game projects, the kind true gameplay programming experts face every day. Each challenge is inspired by one or more of the topics covered in the exam.
Description
This course is exam preparation for Unity's Expert Gameplay Programmer Certification Exam. This course will challenge you with a series of realistic programming problems in Unity video-game projects, inspired by one or more of the topics covered in the Expert Gameplay Programmer Exam. Throughout this course, you will work on a 2D “infinite platformer” game project and 3D “Dual-Stick Survivor” game project. This will help you practice prototyping core gameplay mechanics, including scripting GameObjects and their components, coordinating UI systems, and implementing UI scripting. This will also include configuring GameObject physics, spawning Prefabs, designing level logic and behavior, scripting animation systems and events, and working with in-game cinematics.
Throughout this course, you will learn Unity Services Implementation techniques, including: streamlining your project management with Unity Cloud Build, monetization with Unity Ads and in-app purchases, and Unity Analytics. By the end of this course, you will implement in-app purchases for a 3D "Dual-Stick Survivor" game project.
About the Instructor
Unity Technologies is the creator of the worlds most widely used real-time 3D (RT3D) development platform, giving developers around the world the tools to create rich, interactive 2D, 3D, VR and AR experiences. Our 1000 person engineering team keeps Unity at the bleeding-edge of technology by working alongside partners such as Facebook, Google, Microsoft, and Oculus to ensure optimized support for the latest releases and platforms. Experiences made with Unity reach nearly 3 billion devices worldwide, and were installed 24 billion times in the last 12 months. Unity is powering RT3D in architecture, automotive, construction, engineering, film, games, and more.
By successfully completing the projects in all four courses, participants will have had extensive, guided practice in the programming skills needed to pass the Unity Expert Gameplay Programmer exam.
Skill Level
Advanced
What You Will Learn
-Interpret Game Design Document to determine basic game functionality
-Build a prototype to illustrate basic game functionality
-Identify conflicts and solutions during prototype stage to improve game play
-Enable ads in the game to demonstrate knowledge of Unity Services
-Demonstrate knowledge of NPC logic and behavior
-Demonstrate knowledge of animation behavior systems
-Develop a HUD to demonstrate knowledge of UI coordinate systems
-Create an options menu to demonstrate knowledge of user interface scripting
-Create a basic game world level to demonstrate knowledge of level design
-Add characters to your level
-Demonstrate knowledge of gameplay debugging
-Demonstrate knowledge of platform optimization
Who Should Take This Course
Primary: Game Developers seeking extensive, guided practice in the programming skills needed to pass Gameplay Programmer Expert Certification
Course Requirements
Prerequisites: 2-3 years of experience developing games with Unity with advanced programming skills, particularly in the C# language
Table of Contents
Introduction
The Gameplay Programmer Specialization
The Expert Gameplay Programmer Exam
Course 1: Rapid Gameplay Programming
a. Introduction
b. The Expert Gameplay Programmer Exam
a. Understanding What the GDD Wants
b. Converting the GDD to Unity
c. Let the User Move
d. Refining User Control
e. Getting the Basics Set Up for the Most Basic NPC
f. Inheritance and Polymorphism
g. A Zoo for NPCs
a. Overlay, Camera, and the World
a. What does the GDD Require?
b. Static Aspect Ratios
c. Dynamic Aspects Ratios
d. Configuring What Can be Hit
e. Masking the Graphic Raycaster
a. What’s important to the User
b. Any Feedback is Better Than None
c. Testing Through the UI
d. Adding a Mini-Map
e. Adding a Radar: Part 1
f. Adding a Radar: Part 2
g. The UI Profiler and Frame Debugger
h. UI Optimizations
i. Identifying Localization Needs: Part 1
j. Identifying Localization Needs: Part 2
k. Localization Implementation
a. Defining Failure and Success
b. Making the Computer Provide Useful Feedback
c. On Paper
Course 2: Programming for Level Design
a. Collider Types and Configuration
b. Choosing the Best Collider for the Job
c. RigidBodies and Colliders
d. Rigidbody Performance
e. Kinematic Rigidbodies
f. OnTrigger Configurations
g. OnCollision Configurations
h. Physics Mask Groupings
i. Physic Material Properties
a. When and Why to Spawn Objects
b. When and Why Not to Spawn Objects
c. Spawn Rates and Performance Impact
d. Reliable Particle Effect Placement
e. Dynamic Particle Effect Spawning
f. Evaluating Effects for Spawning and Placement
g. Dynamically Altering Wind Zones
h. Line Renderers
i. Trail Renderer
a. Triggered Interactions
b. Bringing Gameplay Together
c. Our Mighty Gameplay Overlord of Scene Management
d. Orchestrating Chaos
a. Loading Scenes
b. Unloading Scenes
c. Steaming Limits
a. In-Engine Cinematic Parameters- Part 1
b. In-Engine Cinematic Parameters- Part 2
c. Cinematic Post Effects
d. When, Why, and at What Cost?
Course 3: NPC Design Programming
a. Animation State Machines
b. Driving States Via Scripts
c. Animation Events
d. Adding State Machine Behaviors
e. Mapping NPC Logic
f. Scripting Logic into an NPC
g. Mapping Mob Mentality
a. NavMesh Methodology
b. Baking a Quality NavMesh
c. NavMesh Area Costs
d. Area Triggers
e. Off Mesh Links
f. Obstacle Avoidance Quality and Priority
a. Raycast Behavior
b. Debugging Raycast Masks
c. Optimizing Raycasts via Layers
a. Determining NPCs for Placement at Scene Load
b. Where to Dynamically place NPCs
c. Determining NPC Spawn Rates
d. Optimizing Spawn Rates per Platform
Course 4 Performance Optimization
a. Occlusion Culling
b. Optimizing Performance via Occlusion Culling
c. LOD Methodology
d. Evaluating LOD Distances
e. Analyzing Fill Rates
f. Rendering-Best Practices
g. Minimizing Frame Drops
a. Asset Bundle Strategies
b. Determining Optimal Configurations
c. Identifying Issues
d. Providing Asset Bundle Solutions
e. Using Asset Bundles
a. General Debugging Strategies
b. General Debugging Techniques
c. Isolating Level Issues
d. NPC Debugging
e. Isolating Scene Loading and Transition Issues
f. Finding the Best Solution
g. Low-Hanging Fruit
h. Game Killers
a. Platform Input/Controller Schemas
b. Platform System Resources
c. Optimizing Runtime Performance per Platform
d. Optimizing Storage per Platform
e. Platform Constraints
a. Using the Profiler
b. Managing your Short-term Memory
c. Long-term Memory Use
d. Hidden CPU Taxes
e. Assessing Capabilities per Platform
f. Targeting Build Targets
Course 5: Unity Services Implementation
a. Simple Ad Placement
b. Simple Ads and the Player Experience
c. Supplementing Scene Loading with Ads
d. Rewarded Ad Placement
e. Rewarded Ads and Player Experience
f. Enhancing the Player Experience with Rewarded Ads
a. Enabling an In App Purchases Store
b. Processing In App Purchases
c. Post Purchase
d. UI Elements for In App Purchases
e. Implementing an In App Purchase
a. Unity Analytics
b. Translating GDD Level Design to Data Collection Points
c. Custom Data Events for Player Behavior
d. Heatmap Data
e. Identifying User Pain Points from Heatmap Data
f. Using the Dashboard for Evaluating Analytics
g. Evaluating Analytics Raw Data
h. Performance Reporting
i. Analyzing Performance Reports
a. Setting up Cloud Build
b. Test Build Logs
c. Assessing your Target Build Platforms
About Pearson Video Training
Pearson publishes expert-led video tutorials covering a wide selection of technology topics designed to teach you the skills you need to succeed. These professional and personal technology videos feature world-leading author instructors published by your trusted technology brands: Addison-Wesley, Cisco Press, Pearson IT Certification, Prentice Hall, Sams, and Que Topics include: IT Certification, Network Security, Cisco Technology, Programming, Web Development, Mobile Development, and more. Learn more about Pearson Video training at http://www.informit.com/video.
Video Lessons are available for download for offline viewing within the streaming format. Look for the green arrow in each lesson.