Skip to content

Latest commit

 

History

History

7-create-app-logic

Create App Logic

This unit introduces how to use scripting to create logic for an app. This unit also explores additional Unity features such as the input system, the physics engine, and creating UI. The Unit Activity continues the creation of the basketball game app.

Objectives

  • Approach complex logic programmatically with scripting.
  • Identify opportunities for manipulating objects with code vs. the Inspector properties.
  • Explain how object properties relate to one another when creating app logic.

Lessons

Assignment

Create a Basketball Game App in Unity: Part 2