Hi everyone!
Zombie University is a horror/survival game for PC and Mac.
Purpose:
This was a project for me to learn 3D game development with Unity, so its just a small demo. Inspired by Outlast and Alien: Isolation, I wanted to create something similar. I’ve been working on it by myself for the last 2 months. Please check it out and let me know what you guys think. As I’m still learning any feedback or advice will be greatly appreciated!
Here’s the game footage:
You can download the game for free here:
https://www.dropbox.com/sh/9xpx89jyj2bngq4/AABHNSyd8PNRdhIgWiky1Nkja?dl=0
You can checkout the game scripts here:
Development Details:
Finding the right assets was pretty challenging and a time consuming process, so I ended up creating my own walls and audio dialogue, but most of the assets were from the Asset Store, Turbosquid, Mixamo, and freesound.org. I’m not an artist (more of a programmer), so it took sometime for me to get the lighting and proportion of the walls/props/characters right. Aside from scripting simple game mechanics like opening/closing doors and UI functions most of the scripting went into the AI, player, and game controller. I was going down a rabbit hole with the AI until I discovered Unity’s stealth game… very helpful and saved me a lot of time!
Unity’s Stealth Game Tutorial:
-Mike