Unity Tutorial 04
(image of my unity editor during lesson 2) This week for our Unity tutorials I completed my second lesson and finished the game where we have to feed the animals food. Overall I found it to be quite fun and really enjoyed it and also learned some new things. I also attempted the second challenge and completed the main parts required but didn't attempt the extra parts this time around. For lesson 2.4 I learned all about Collision Decisions to make the players food collide with the animals and feed them. To do this I learned how to create a custom method/function. I used InvokeRepeating() to repeat some of the code. I added colliding boxes to the animals and pizza and set them as triggers. I also learned how to override functions and also added a Log Debug message to the console so I know when the game is over. For the challenge we were given a game that wasn't working properly where the player sent out a dog to catch a random ball that was falling. The first issue was that t...