Challenge Overview: Use the skills you learned in the driving simulation to fly a plane around obstacles in the sky. You will have to get the user's input from the up and down arrows in order to control the plane's pitch up and down. You will also have to make the camera follow alongside the plane so you can keep it in view.  

-Challenge Outcome:  

  1. *The plane moves forward at a constant rate  
  2. *The up/down arrows tilt the nose of the plane up and down  
  3. *The camera follows along beside the plane as it flies  

-Challenge Objectives: In this challenge, you will reinforce the following skills/concepts:  

  1. *Using the Vector3 class to move and rotate objects along/around an axis  
  2. *Using Time.deltaTime in the Update() method to move objects properly  
  3. *Moving and rotating objects in scene view to position them the way you want  
  4. *Assigning variables in the inspector and initializing them in code  
  5. *Implementing Input variables to control the movement/rotation of objects based on User input
Published 4 days ago
StatusPrototype
CategoryGame mod
PlatformsHTML5
Authorcidkmilord
Made withUnity
Tags2D, Unity

Leave a comment

Log in with itch.io to leave a comment.