top of page

Sequence

As a student project, I was tasked with creating a game for a specific audience and market. I chose to create a first-person experience due to the popularity of this genre at the time. The game included creating enemy AI, using raycasts to detect enemies and the player, as well as creating an achievement system. I used the Unity HDR Pipeline (High-Definition-Rendering) to accomplish engaging visuals using the VFX system and shader graph.

​

Throughout the game, the player must defeat rogue robots and survive. They can change their primary fire by choosing different settings whenever they respawn. This element made the experience more varied as the player could play differently each time they were defeated. The game featured three different enemy types each with their own strengths and weaknesses.

Project Information

Tools

  • Unity

  • HDRP (High-Definition-Render-Pipeline)

  • Adobe Photoshop

  • LMMS (Linux-Multi-Media-Studio)

  • Audacity

 

Programming Language: C#

​

Status: Completed January 2021

​

Project Duration: 2 Months

​

Project Type: Solo Project

For the audio system architecture, I used a tutorial by Brackeys to learn the different variables available with the ‘UnityEngine.Audio’ library. Doing so made the audio system more customisable. I also used the ‘ScriptableObject’ class to create editable achievements with a description and boolean value, which represented the status of the achievement. The status of the achievement involved whether it was locked or unlocked. I also used Unity’s navigation mesh system to create enemy movement that considered the 3D environment. 

I followed tutorials to learn both Unity shader graph and VFX graph. I was able to incorporate various visual effects using these tools, and I have continued to use them in my projects.

Sample Code

Disclaimer: Having made this game a few years ago, I have been able to see the progress I have made in my ability to code. I was satisfied with what I was able to achieve with this project, and liked the design and overall gameplay. To see my current level of programming, please view my more recent projects.

​

Click the buttons on the right to view sample code from the project.

bottom of page