05: Intro to Unity (Part 3)
Completion requirements
View
Make a submission
Due: Monday, September 22, 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 and Part 2. Be sure to complete them first!
Step 1:
Open your project from Part 2. This can take a bit of time, so be patient.
Step 2:
Complete these portions of the Roll-A-Ball tutorial:
-
- Detecting Collisions with Collectibles
- Displaying Score and Text
Step 3:
Be sure to save your project before you close Unity.