You are on page 1of 1

Individual Assignment 1 – Fly your plane

Learning Objectives:
Code Comprehension
• Interpret simple code
• Improve simple code using the features of an IDE
• Diagnose and fix code that compiles.

Instructions:
I. Click to download the Challenge 1 starter files (download the zip file from
UFUTURE), extract the compressed folder, and then import the .unitypackage
into your project.
II. In the Project Window > Assets > Challenge 1 > Instructions folder, use the
Challenge 1 - Outcome video as a guide to complete the challenge
III. The description of the challenge:
1. The plane is going backward. Therefore, you got to make the plane go
forward.
2. The plane is going too fast. So, do slow down the plane down to a
manageable speed.
3. The plane is tilting automatically, you need to make the plane tilt only if
the user presses the up/down arrows
4. The camera is in front of the plane. You must reposition it so it’s beside
the plane.
5. The camera is not following the plane. You need to make the camera
follow the plane.
6. Bonus : The plane’s propeller does not spin. You have to create a script
that spins the plane’s propeller.

You might also like