For this first tutorial, Its all about improving graphics, simple objects like walls, water and sounds in unity.
Firstly we add a sounds effect to unity then we do some coding. This helps with the sound effect just added. After that we work on implementing the sound when the player touches the object, it makes a ding sound. Then we work on creating a brick wall to add more to the world and add textures to the world to make it look better and more natural.
In the second tutorial, we learn about implementing UI into the game (user interface) and a cursor into the game, a common part of UI when dealing with games that have a first-person perspective. And we also go through Raycast aswell.
We start creating the cursor by going into the game object tab and then UI and then raw image, it creates a canvas amongst other things in the hierarchy. Then the raw image is in the centre of the screen when we play the game, so we need to size it down to something more manageable to be a cursor. Then after that, we learn a bit about Raycast, what it does is a process in which it shoots and invisible ray or line from one point in a direction to find anything it collides within its path.
Firstly we add a sounds effect to unity then we do some coding. This helps with the sound effect just added. After that we work on implementing the sound when the player touches the object, it makes a ding sound. Then we work on creating a brick wall to add more to the world and add textures to the world to make it look better and more natural.
In the second tutorial, we learn about implementing UI into the game (user interface) and a cursor into the game, a common part of UI when dealing with games that have a first-person perspective. And we also go through Raycast aswell.
We start creating the cursor by going into the game object tab and then UI and then raw image, it creates a canvas amongst other things in the hierarchy. Then the raw image is in the centre of the screen when we play the game, so we need to size it down to something more manageable to be a cursor. Then after that, we learn a bit about Raycast, what it does is a process in which it shoots and invisible ray or line from one point in a direction to find anything it collides within its path.
Screenshot of tutorial 4 |
Comments
Post a Comment