Attack Of Zombies: Player Movement And Camera

Implemented player movement and camera function

6/6/20241 min read

Today, I implemented player movement and camera that follows the player. It is my first time developing a game for mobile devices, so implementing movement was little confusing at the begging but I got it figured out. Then, I have implemented the logic to turn humans into zombies on trigger depending on their colliders. Also, I have added zombie counter which will help with the games whole logic in the future.

Tomorrow, I will add AI for humans to run away from zombies. And I will add cops/soldier that can fight the zombies. They will be using guns to kill zombies.