top of page

UNREAL TUTORIALS

One of the best ways to learn is to teach. This is why I decided to start a tutorial series of short videos on youtube that will help new developers learn and implement some key elements that are included in side-scrolling platformers.

Not only is this a very satisfying way of learning, it also forces me to learn other skills such as video editing.

Series Introduction 
Very short video explaining briefly what the series will be about and why I decided to start making videos.
One-Way Platforms 
Teaches developers how to create a blueprint class for platforms that only have collision enabled once the player is above them.
Importing Sprites and Editing Collision 
Very quick and to-the-point tutorial teaching new developers how to import textures, turn them into sprites, and then edit their collision.
Elevation Platforms  
Teaches a method of creating platforms that elevate the player into the air after they've landed on them.
Checkpoint System  
Straight forward checkpoint system that could be implemented into any 2D side-scroller game.
bottom of page