PinnedBen PielstickUnity Light ProbesOne of the features I had never seen before Unity was a feature called Light Probes. These are represented by spheres in your scene, which…Apr 29, 2021Apr 29, 2021
Ben PielstickGameDevHQ Game Developer Program ReviewA few months back, while I was in the process of transitioning between jobs, I decided to start learning Unity in my free time. There are a…Jun 25, 20212Jun 25, 20212
Ben PielstickGetting Started With Analytics In UnityUnderstanding how your players are interacting with your game is critical to knowing where to make improvements. Unity provides a helpful…Jun 24, 2021Jun 24, 2021
Ben PielstickProfiling In UnityPerformance should typically be your top concern whenever you are working on a game. While poor performance isn’t certain to cause your…Jun 23, 2021Jun 23, 2021
Ben PielstickThe Basics Of Scriptable Objects In UnityScriptable Objects were a new concept to me as I started learning Unity. The basic idea is to create a standalone script independent of the…Jun 23, 2021Jun 23, 2021
Ben PielstickCallbacks In C# And UnityWhen you’re starting out with Unity, one of the things you’re almost certain to run into is race conditions. When you start up your game or…Jun 21, 2021Jun 21, 2021
Ben PielstickThe Basics Of Delegates In UnityDelegates are generally considered an advanced topic in C#, but in actuality, they are really very simple. All a delegate does is allow a…Jun 20, 2021Jun 20, 2021
Ben PielstickSaving Data In UnityThere are two main ways to save data in Unity. The first is using something called PlayerPrefs. This basic method allows the saving and…Jun 19, 2021Jun 19, 2021
Ben PielstickThe Basics Of IK In UnityAssuming you’ve got the basics of playing prebaked animations down in Unity, one of the next things you’re almost certainly going to need…Jun 18, 2021Jun 18, 2021
Ben PielstickModular Scripts Versys Interfaces In UnityIn programming there are is usually more than one way to solve a problem. Unity has an interesting opportunity space when it comes to…Jun 16, 2021Jun 16, 2021