
PRactical Gamepaly implementations
The sole purpose of this page is to demonstrate the ability to quickly and efficiently script and prototype game mechanics within Unreal Engine 5.
Puzzle level using the ability to pick up and move objects by casting the gun to the object and manipulating it that way. By using this method I can trace and cast actions such a disappearing walls/doors, color coordinated puzzle platforms, and laser puzzles.
A video of basic Unreal Engine 5 scripting techniques to produce prototype gameplay. This particular milestone used target points to create endlessly moving platforms for the player to navigate up into the map. Along with casting scripts to remove and activate certain platforms/doors. Level two involved turrets that would shoot at the player if it detected them within their tracing path. Watch video for example.
Using Unreal Engine 5’s motion blending tools to give default Unreal characters animations, along with unique AI action pathing. The result turned into a simple level involving zombie, wizard, and ogre AI behavior that would loop and change depending on if the player was within their field of vision.