Self-Study 04-1: A Simple Game
UTAS KIT207 Portfolio » Devlog
To make my Unity project a little more interesting I made it into more of a game by adding some basic elements.
Enemy Spawners
Instead of manually placing each enemy I made a spawner script that I can attach to empty Game Objects and place around the map, specifying the number of spawns and the time between spawns.
Health Packs
For the player to recover health I made a spinning health pack inspired by the ones in Team Fortress 2. When the player collides with a health pack they recover 1 HP.
Taking Damage & Game Over Screen
If an enemy manages to collide with the player they take damage! If you lose all your health it's Game Over!
Get UTAS KIT207 Portfolio
UTAS KIT207 Portfolio
Status | In development |
Category | Other |
Author | hovr |
More posts
- Tutorial 05: Cinemachine & Post ProcessingApr 14, 2024
- Self-Study 05: Lighting in UnityApr 12, 2024
- Self-Study 04-2: Game IdeasApr 05, 2024
- Tutorial 03: Navigation MeshMar 24, 2024
- Self-Study 03: Terrains & ProbuilderMar 21, 2024
- Tutorial 02: Animations in UnityMar 15, 2024
- Self-Study 02: Rigging & AnimationMar 14, 2024
- Tutorial 01: Importing Models Into UnityMar 02, 2024
- Self-Study 01: Barrel & Hobart CenotaphFeb 28, 2024
Leave a comment
Log in with itch.io to leave a comment.