Unreal Engine 4
Tutorial
Three
150
Every term as part of the uWaterloo Game Dev Club we run game development tutorials. In general, most people at the game dev club are Unity developers so there was not an Unreal Engine tutorial (since no one else had used it before!). As such, I wanted create a tutorial with a few goals in mind:
Since traditionally the Unity tutorial run by members of the club involve making a 2D game (either a platformer or Angry Birds) I wanted to make something 3D to really contrast it.
Similar to what some of the intro UE4 tutorials provided by Epic do, I decided to start from scratch and build (an approximation) of one of the templates. Due to its simplicity, I elected to build a first-person shooter and to make a little game out of it, I though it would be cool to make a target practice race.
I was pleased with the end result and the tutorial was well received by those in attendance
The topics covered in the tutorial include:
On a finishing note, I will add that when I first ran this tutorial I had a bit of a misunderstanding on how cameras and player controllers worked and as such set it up slightly wrong. I have now adjusted my tutorials but have not had the chance to go back and update my documentation and example repository.