Image: Unity Prototype 2 What I learned from this tutorial was how to collide objects on Unity into other objects, so in this case the obstacle (the pizza) erased the other obstacles (the animals), also how to randomly spawn the animals at different intervals and positions and lastly triggering a "Game Over" message . What I enjoyed most about this was the creating the script "DetectCollisions" which allowed me to add the destroy feature which actually helps it feel like a video game. Challenge 2 For this part of the tutorials I had to design a short game of "Fetch with a dog" and the name of this task "Challenge" lives up to it's name; the fixing of the c# script was really difficult. My main problem in this was the script of "SpawnManager" where I had to spawn the balls at different times and what I had an issue with for most of this task was actually getting them to spawn. I went over the last tutorial I did and found out I w...