Announcing my first game Mark One
Welcome to the first development log for Mark One, which is a game that I have been working on my own in the past few months. Mark One is a top down Sci-Fi shooter game, heavily influenced by Doom, with…
Welcome to the first development log for Mark One, which is a game that I have been working on my own in the past few months. Mark One is a top down Sci-Fi shooter game, heavily influenced by Doom, with…
In this post I'm going to show you how you can profile your code blocks in order to identify potential issues and make your game run smoother! In order expose your code's performance in the Unreal Engine profiler tool you…
In this post I'm going to show you how you can consume .lib and .dll files in your ue4 project. In case you don't have a library or a dll file hanging around I'm going to show you how to…
In this post I’m going to show you how you can debug packaged builds with visual studio. The process requires the following steps: Adding a break point somewhere in your codeIncluding debug files for packagingPackaging your project with either Debug…