Please enable JavaScript to use CodeHS

Utah Game Development Fundamentals 1

Description

In this lesson students learn about Unity’s interface and GameObjects. Students will create a GameObject, add a material, and transform it.

Objective

Students will be able to:

  • Navigate Unity’s user interface
  • Create a GameObject
  • Add material to a GameObject
  • Use transform to manipulate a GameObject
Description

In this lesson, students learn about scene design and develop their own unique scene using a collection of polygon prefab assets.

Objective

Students will be able to:

  • Comfortably incorporate and manipulate prefabs in their scenes.
  • Understand the difference between prefab and object property changes.
  • Design their own scene from scratch.
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.