Implementing a Time Controller in Unity

EDITED: I have edited the scripts so that they are actual Singletons! Thanks to a suggestion from a friend I was able to find out how to implement them in Unity. I also followed this link as a reference HERE This week I worked on the implementation of a Time Freeze Controller and Time Controller. The…

Legend Of GDAP: PC and Android Download

Hello everyone, the day has finally come! We presented the Legend of Zelda clone today on our Mobile games class and it went really well!! We have been working on the game since the beginning of the term and it has been a fun experience. We learned a lot about developing games for multiple platforms!!…

Unity Tutorial: Implementing A Detection Camera

Hello everyone, for the time freeze prototype I decided to implement a detection camera that will potentially be used for Empyreum: Ascension. I decided that it would be a great idea to share the way I did it since I felt like there were not many sources on the topic on the web. I will…

Time Freeze : Progress and other gameplay features

I am close to finish a prototype that implements the time freeze mechanic that will be used for Empyreum Ascension. I decided to add a couple of other gameplay elements that would also be present in the game, such as taking cover and hacking machines. Security Cameras I have implemented a prototype of a security…

Armor, Weapon and Enemy Creators Complete!!

I have created three window tools that will be used during the development process of Empyreum Ascension : Armor, Weapon and Enemy Creators. Armor Creator Designers will have the ability to create any type of armor they desire for either enemies or playable characters. Each armor will have its own name, defense points and armor…

Time Freeze Feature: Description and progress

We have now began working on tools, design and features for Empyreum Ascension’s prototype! We got two weeks to put some of the main features together and present it. Besides the implementation of the enemy creator, I am going to implement the time freeze feature for the game. This feature will freeze everyone in the…

Open World Prototype: City Streaming Technique and Source Code

I created an 8×8 city, meaning a total of 64 blocks. I created the buildings in Unity using cubes and textures. The main feature for this requirement was the streaming of the city, which meant that when the player was at a certain block in the city only the blocks that were necessary to be present…

Open World Prototype: Scheme and Features

As the second assignment for my gameplay programming class we have to create an open world prototype  “Grand Theft Sheridan Simulator.” The prototype will count with the following features: – An 8×8 city divided into blocks which will be streamed as the player moves through the city. – The player will be able to run…