Skip to main content

Posts

Showing posts with the label week 06

Unity Tutorial 06

Unity tutorial 6  Hi and welcome back to my blog! Today I will be writing about a new set of Unity Tutorials about “Jump Force”, “Making the World Whiz By” & “Don’t Just Stand There”. In the first tutorial we created a new prototype, added a new background, character and obstacle. This was a fast paced and side scrolling runner game where the player had to get the character to jump over obstacles and avoid crashing into them. In these tutorials I also learned how to add music and sound effects. I learned about the spawn manager too, which is basically what controls spawning objects. Image 1: Screenshot of Unity Image 2: Screenshot of script In the second tutorial I used code to make the background of the game move effortlessly with the obstacles. As I used C Script the background and spawn manager will stop once the player collides with the obstacle. And lastly, in the third tutorial, we created three more new animations. I found this difficult as I had ne...