Unity Tutorial 07

Unity Tutorial 07

So for this weeks Unity tutorial 07, I was tasked with making a plat former game where the player has to control a ball around a platform in the air. I was able to make it so when the player uses the WASD keys for example the camera would rotate with the ball to a fixed focal point in the center of the platform.

I also added a Spawn manager to have an enemy ball chase the player and try to knock them off the platform. This enemy will always spawn in a random location between -9 & 9 as that was the boundaries I had set.

I also learned how to implement power ups to a game and to show when they are active which is really cool and something I hope to include in my own game if I have time. The power up game the player the ability to have a much higher bounce force so then the enemy player hit them It will send the enemy off the map. This power up was set to have a 7 second timer so its fair for both sides. Aswell as having a ring that will appear around the player to show that it is active.

Comments

Popular Posts