Work in Progress
Working with Unreal Engine 4 5/9/2022

Created using Unreal Engine 4; animations from www.mixamo.com; 3D model for the katana retrieved from here.
I've been doing some experimentation by working on a build of a third-person action game. I've implemented a different running animation than the default one that UE4 uses. I've also started to work with implementing attack combo and jump attack animations.
Character blueprint visual scripting
Working with Unity 4/15/2022

Created using Unity; 3D model retrieved from here.
More updates to the first-person character controller. This time the weapon rotates on the z-axis as well as the others and I have also incorporated a 3D model for the weapon. Lastly, I show off a dash mechanic that propels the player in the current direction of their movement (similar to a mechanic in DOOM: Eternal).
On the left is the C# scripting for the character controller as a text document.
On the left is some C# scripting required for certain settings as a text document.
On the left is the C# scripting that I did for the weapon controller as a text document.
Working with Unity 3/8/2022

Created using Unity
Just some work showcasing a weapon swaying with the camera movement in a first-person point of view. This is a part of my development of a character controller for a fast-paced first-person shooter.
On the left is the C# scripting for the character controller as a text document.
On the left is some C# scripting required for certain settings as a text document.
On the left is the C# scripting that I did for the weapon controller as a text document.
Working with Unity 8/3/2021

Created using Unity; model and animations from www.mixamo.com.
Here I've begun working on creating a third-person character controller using a character model and animations I retrieved from Mixamo.
On the left is the C# scripting for the character controller as a text document.
On the left is some C# scripting required for certain settings as a text document.
On the left is the C# scripting for the camera controller as a text document.
Working with Unity 7/5/2021

Created using Unity
In order to improve my skills with text-based scripting, I recently decided to start working with Unity more. Familiarizing myself with Unity's C# scripting API has been a very fun and interesting venture so far. Here I have demoed the beginnings of a first-person character controller along with some slow-motion mechanics inspired by the video game F.E.A.R. (I wanted to begin testing my ability to implement mechanics with C#).
On the left is the C# scripting for the character controller as a text document.
On the left is some C# scripting required for certain settings as a text document.