Categories
Unreal Blueprints

Unreal Engine Practice

This is the beginning of my Unreal Engine journey. I’m starting with the latest engine (at the time of writing, v5.1)as it seems so robust and I’d like to work in this environment moreover Unity. To begin I followed Unreal Sensei‘s “How to Create a Game in Unreal Engine 5 – UE5 Beginner Tutorial” and […]

Categories
Unity Scripting

A Simple LOD Handler for Unity

A Level Of Detail Script used for switching out low-poly models for high-poly models as the player approaches the objects for larger scale levels to help with game optimization! I made this system to help with larger levels in mind to not impact graphics performance. Its rather simple in its function; the LOD_Handler.cs finds all […]

Categories
Game Dev Unity Unity Scripting

Medieval Frogger

Play It Here This project was a small game I worked on for a subject of my Bachelor course. It is a 2D frogger-style game with my own medieval theme overlaid on top! All the coding and most sound was done by me. the art assets and music were found on opengameart.org The goal of […]