Self Study Module 4
UTAS KIT207 Portfolio » Devlog
Enemies are spawning or instantiating at a designated area by an empty game object. They are then "finding the player's tag" and through the use of the Move towards function in unity the enemies are moving toward the player's position in the world space. Once the enemies collide with the player they start a unity event which both destroys the enemy object which collided with the player and lowers the player's health by 1. If the player finds the health packs around the world and collides with those the player starts a different unity even which awards the player with 5 health. The game ends when the players health drops below 1 which switches the screen to a Game over canvas.
UTAS KIT207 Portfolio
Status | In development |
Author | Mallace |
More posts
- Tutorial 5Aug 20, 2021
- Self Study Module 5Aug 15, 2021
- Game IdeasAug 08, 2021
- Tutorial 3 Week 4Aug 05, 2021
- Self Study Module 3Aug 03, 2021
- Tutorial 2 WorkJul 30, 2021
- Tutorial 1 WorkJul 26, 2021
- Self Study Module 2Jul 25, 2021
- Week 1 Self StudyJul 14, 2021
Leave a comment
Log in with itch.io to leave a comment.