04: Intro to Unity (Part 2)
Completion requirements
View
Make a submission
Due: Thursday, September 18, 2025, 11:59 PM
Learning Targets
- Add objects to a scene
- Create a Prefab and use them in a scene
- Write a C# script that completes a basic task
Unity Resources
Unity Learn (https://learn.unity.com/)
Unity Documentation (https://docs.unity3d.com/Manual/index.html)
Complete Roll-A-Ball Project (https://learn.unity.com/project/roll-a-ball)
Assignment Instructions
NOTE: This project depends on Part 1. Be sure to complete it first!
Step 1:
Open your project from Part 1. This can take a bit of time, so be patient.
Step 2:
Complete these portions of the Roll-A-Ball tutorial:
-
- Setting up the Play Area
- Creating Collectibles
Step 3:
Be sure to save your project before you close Unity.