Image credit Jose Gil // Unsplash
Ran into a really strange situation while having an Xbox controller connected before launching Unreal Editor. This can cause a lock to 170 degrees for the FOV...
Read More ⟶
Can’t change UE4 Editor field of view (FOV) when Xbox Controller is connected
Compiling all project blueprints in Unreal Engine – Part 2
This is continuation of work I had explored in a previous post. Given there is no mechanism in the UE4/UE5 editor to compile all blueprints I always figured it would be handy to have a button to do...
Read More ⟶
Duke Nukem 3D World Tour 20th Anniversary Nintendo Switch Port
A few years back at Get Set Games we had the opportunity to work on a port of Duke Nukem 3D. Gearbox Software whom we've had a long relationship with had acquired this license some time ago and...
Read More ⟶
Uber, GTA, Luke Stackwalker and free developer resources
An overview of some of my favorite technical articles from the past week...
How Uber Deals with Large iOS App Size - Uber's Engineering team outlining some of the tools and practices they use to...
Read More ⟶
Searching Github starred projects
Github is used by numerous developers every day. It's a great site with an incredible number of open source projects available. I love to "star" aka favorite repositories that I find on Github...
Read More ⟶
Mounting folders to a Windows Docker container from a Windows host
Mounting a folder to a Docker container allows you to share data back and forth on your host system. It's a great feature to have especially on Windows where command line editors are not as native...
Read More ⟶
Modifying image storage location with Window Subsystem for Linux (WSL) and Docker Desktop for Windows
While starting to explore Docker Desktop on Windows I found the documentation a bit confusing in some areas. Specifically I was curious to see where Docker stores it's images and how to modify...
Read More ⟶
Measuring Startup Asset Load Times in Unreal Engine
This article is an excerpt from a presentation I did for the Toronto Unreal Engine Meetup on hints and tips with Unreal Engine.
In some cases you may want to understand what assets are being...
Read More ⟶
Previewing markdown text in Visual Studio Code
While working recently on a markdown document in Visual Studio code I started searching for 3rd party apps to preview markdown text. I use the awesome bearapp for note taking and hoped that it...
Read More ⟶
Terraform Validation Exception and role definitions with AWS
Introduction
Terraform.io is a great scripting system for building systems as Code to provision and manage any cloud, infrastructure, or service
It has a number of great features though while...
Read More ⟶