For the last couple of weeks I have been working on some of the main gameplay elements for the game Empyreum Ascension! Besides having the power to stop time, each player character in the game will have a unique ability! Here are some videos of how the abilities look at the moment! 🙂 Teleportation Ability…
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…