Unity Tutorial 08
For this weeks Unity Tutorials we were assigned the tutorials: Lesson 4.4 For-Loops For Waves (50 mins) Challenge 4 & Quiz Soccer Scripting (60 mins) In the first tutorial 'For-Loops For Waves' , we wrap up our lesson 4 game by putting the final pieces together. In this tutorial we had to enhance the enemy spawner so that multiple enemies would spawn randomly on the map, and we also learnt how to enhance the power up so that the player would have a better chance at fighting against the enemies. We also learned about new concepts such as for-loops, we learned about the increment operator , we also learned how to create our own custom methods with parameters so we could keep track of the number of enemies to spawn and finally we learned how to use FindObjectsOfType. Overall I've found these tutorials super helpful in creating my own game. The timer function and camera control will be super beneficial when creating my game and also the spawning of enemies etc. Lesson 4.4 ...