Wednesday 12 February 2020

Unity Tutorial 03


Unity Tutorial 3


In this week's Unity tutorial we learned more on how to take control of an object in order to play a game. In the tutorials it shows us how to use the Unity engine and C Script to control the object.

In the first tutorial we learn how to add controls so that the player can control a car. We do this by creating the car by using game objects. We then attach a C Script to the game object and write the code that makes it controllable by the player. The objectives of the tutorial were to:
Make the car turn left and right with the arrow keys
Make the car go forward and backwards with the arrow keys
Control the car's speed
Make the car rotate

The second tutorial was a similar lesson where we learn how to make a plane controllable by the player. The idea of the game is that the player can control the plane by using the arrow keys. The objectives of the tutorial were to:
Make the plane constantly move forward
Make the pitch controlled by the arrow keys 
Make the turning controlled by the arrow keys
Make the propeller rotate
Make the camera follow the plane 

Image Info:
Screenshot of tutorial on Unity website



No comments:

Post a Comment

Unity Tutorial 06