Unity Tutorial 3 & 4

Unity Tutorial 3 & 4

You might be wondering why my Unity Tutorial 3 and my Unity Tutorial 4 will be both included in this blog post. The reason for this is due to the fact that my Unity crashed on my own laptop and I had to complete lesson 3 after I got my laptop fixed.
 Due to this, I had to complete the Unity Tutorial 3 after the deadline which was a hassle as I needed Unity Tutorial 3 done in order to be able to do 4. 

Unity Tutorial 3:

The main thing I learned how to do was spawn randomly. Using my Spawn manager-script I was able to spawn an animal pressing S.

In the Food Fight, I was able to create projectiles which could be launched. The code for me at times froze and wouldn't progress, despite my saving. And there was the issue with my villager getting stuck whenever I pressed the space bar.
 However, this was solved when I changed the value from the amount of movement. (> -10) to (> 10) as I had two (> -10) values which meant there was little room for movement.
 
(Screenshot of my Unity Tutorial 3)

After this issue, I was careful not to forget to save as my laptop is known to crash. I then allowed the projectiles to be destroyed if they went out of bounds this was the same for animals too. 

In lesson 2.3 I was able to spawn animals at random when S was pressed and I was able to change the camera projection.

Unity Tutorial 4:

In this lesson I made the animals disappear with contact to the projectile as if they had been fed. 
I was also able to make a game over message pop up but I was confused about where it was for a while. I figured out that my message was so small I almost couldn't see it. When the animals get past the player it becomes a game over.

(screenshot of my Unity Tutorial 4)

Next was the quiz In this quiz I had to make balls spawn from the top of the screen, then I had to make the player spawn dogs. I had a bit of issue with this at the start as I found it a bit confusing.
In the end, I just kept going until I got the quiz right which took me about 1hr 30mins.

I had a few issues with this, at one point I lost the player model and at another point, there were too few balls randomly spawning in, so I had to delete my download and start again. After redownloading all my assets and trying again my laptop gave me the blue screen of death. However in the end I just had to transfer all my files over to another computer and retry once more. I ended up successful and was able to finish up. 

Comments

Popular Posts