Posts

Showing posts from September, 2021

Looking Glass Demo (Prey 2016)

Image
With Deathloop releasing last week, I wanted to give myself another week-long challenge for a demo. My immediate thought was as part of the opening level to Prey (2016), where (spoilers if you still need to play the game) Morgan Yu has to smash the looking glass to escape from the apartment/experiment. So, I wanted to see how well I could recreate that moment in Unity. Initially, I broke down this moment into three large chunks to cover: Recreating the looking-glass effect. Creating the glass smashing. Having the lab environment appear. These three points I wanted to cover were my starting point for this project. The first step of my project was scouring through the Unity Asset store and finding the various assets that would fit the environment. I had seen a modular apartment asset pack, which I first imported, and, using a reference photo, I tried to replicate the apartment as closely as possible in-game. From there, I found more models and assets for the city, the wrench, and a modul...