Complete 2D Game in Unreal Engine Tutorial (Video and Text Formats)

Hello all, I run the tutorial site GameFromScratch.com and I have recently started a new tutorial series covering Unreal Engine 4, that takes the reader from zero experience to completing a complete 2D game from scratch in UE4. The tutorial series is available in both text and video formats, covering more or less the same topics. Each tutorial section goes into an extreme amount of detail and should (when finished) be more than enough to get a beginner started.

Currently the series consists of:

Videos:
Series Introduction An overview of Unity vs Unreal, the strengths and features of each and series description
Unreal Engine Introduction, Overview and Hello World A getting started guide that ends in a complete application.

Text:
Series Introduction
Unreal Engine Part One: Getting Started with Unreal EngineGuided tour of the Unreal Engine tools, UI, shortcuts, etc
Unreal Engine Part Two: Your First Application Creating a Scene, Instancing Objects, Cameras and creating a Blueprint

EDIT: Complete series Table of Contents now live. Video series are posted below text tutorials.

I am currently working on sections on Sprites/Flipbooks and Character Controllers, so expect them soon. I will also be putting together a series table of contents post shortly.

The tutorial is actually the first of two. The second series will cover the exact same process in another game engine which shalt not be named… so users can easily and at a glance, compare the workflow process of the two engines. The series is using Blueprint for game logic, although I will probably do a post near the end covering doing the same thing in C++ instead.

I don’t pretend to be a subject matter expert, so if you spot a mistake, I certainly want to hear about it! Of course any and all feedback appreciated. If you are a new Unreal Engine user and something wasn’t clear to you, I certainly want to know about it so hopefully I can add some clarity. One mistake I know I committed ( and will continue to commit ), is I keep calling Blueprints Kismet… once a name is in my head, it takes a lot to get it unstuck! :slight_smile:

I hope these are useful to some of you, let me know what you think.

Added new pieces:

Videos:

Unreal vs Unity Tutorial Series: Unreal Engine Part Three- Sprites and Sprite (Flipbook) Animations

Text:

Unreal Engine Tutorial Part Three: Sprites
Unreal Engine Tutorial Part Four: Sprite Animation (Flipbooks)

Hi Serapth,

Thanks for making these!

BTW. if you have any feedback or suggestions on stuff you’d like to see improved/changed as you go thru the process of making these tutorials, please let us know in the feedback forum or on the Paper2D project thread :slight_smile:

Cheers,
Michael Noland

Yeah, I certainly should make more use of feedback forums. The major issues I had ( sprite extraction and screwy naming conventions ) had already been addressed by others though, so I took a pass. :slight_smile:

After a bit of a break, due to a Google mandated mobile friendly site redesign… I’ve finally added the next part. Text only sofar, video soon.

Unreal Engine Tutorial Part 5: Pawns, Character Controllers and Handling Input

Added a tutorial on TileSets and TileMaps for creating 2D maps. Video up shortly. The video for the previous tutorial on characters is now live. Warning, the tileset tutorial currently requires features that are only available in UE4 4.8 preview build at this time. Details on installing preview builds available here. Hopefully 4.8 is released soon-ish, and removes this requirement.

Also created a Table of Contents for the entire series.

Added new text tutorial Unreal Engine Tutorial Part 7: Create a UI using Unreal Motion Graphics (UMG) Framework, video version coming soon. Next up, audio.

Added new tutorial Playing Audio, video version coming soon. Also published video version of UMG tutorial here. Also have a YouTube playlist for the entire series here.

Hi Serapth,

Could you please update your main page at Unreal Engine 2D Game Development Tutorial Series – GameFromScratch.com to include part 8, Playing Audio?

It’s missing and I think most people will wonder if there were any updates. If I didn’t read the whole thread I wouldn’t have known myself. :slight_smile:

Oops, updated now. I didn’t update it right away because I knew the video was coming soon… then the video was delayed.

By the way, the video is done now. :slight_smile: Playing Audio – Video Version.

Videos to this point:

(continued)