Please enable JavaScript to use CodeHS

Utah Game Development Fundamentals 1

Lesson 3.3 Game Physics

Description

In this lesson, students dive into rigidbodies and colliders, learning more about the Unity’s built-in physics engine.


Objective

Students will be able to:

  • Define the purpose of rigidbody components.
  • Define the purpose of collider components.
  • Apply rigidbody and collider components to their GameObjects.
  • Use a script to trigger collision events.