Posts

Showing posts with the label week 4

plane unity

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. 

Unity Tutorial 02

Image
 Part A: Complete the tutorials =  Overview:  In this lesson, we need to hit the road and gain control of the vehicle. In order to do so, we need to detect when the player is pressing the arrow keys, then accelerate and turn the vehicle based on that input. Using new methods, Vectors, and variables, you will allow the vehicle to move forwards or backwards and turn left to right. Project Outcome: When the player presses the up/down arrows, the vehicle will move forward and backward. When the player presses the left/right arrows, the vehicle will turn. Lesson 1.4 Step into the Driver’s Seat (50 mins) Using new methods, Vectors, and variables, you will allow the vehicle to move forwards or backwards and turn left to right.

Game Elements

Image
  Three links