Unity Tutorial 08

 In unity tutorial 08, I found that this week was not too difficult to last week besides from the quiz. I learned on how to make an enemy spawn in waves which may be very useful to me as I would like my enemies to respawn at random. I may change this as my game develops but I will get into that below.


Starting off I went through exercise 4.4, In this I learned how to make enemies spawn in waves after all the rest were defeated using new tools from this tutorial like, For-Loops, Increment (++) operator and FindObjectsOfType. These here let the game know when to let the enemies to spawn in, and what amount is shown. I think this can be useful for my game but I am too deep in now to it to try change it around now. But in the future I think it can be a cool idea to implement if I do get the chance to do so. Afterwards I then complete the Challenge and Quiz.


The challenge itself as usual is difficult to complete when you have no support like the tutorials. I was stuck at it for a while as I was looking back on the videos to try help me out. With numerous tests on trying getting stuff to work and looking at comments of other people I managed to get there at the end but maybe not the way it was meant to run. But I will count it as a win lose


Comments

Popular posts from this blog

Project Process

Tutorial 03

Tutorial 05