PinnedThrift Shop Coming SoonThrift Shop is a casual, thrift shopping simulation game. You start with an empty workshop and a full wallet of Thrift Coins. Your mentor, Papa Pinchpenny, teaches you how to navigate thrift stores, find unique items, resell for profit, and complete ...Jul 17, 2023·1 min read
Procedural Wording in UnityIn this article I am going to cover how to create a procedural system in Unity that creates unique text content at runtime. In the example project, I am satisfying an actual use case for a game I am working on that populates random books in a store....Sep 11, 2022·5 min read
Avoid Prefab Hell with ScriptableObject Services in UnityThe Gamble You've been tuning a game object in a scene... one with many components, some child game objects, and those have components... it's time to apply prefab overrides. Your palms sweat. You click the button, like pulling the handle of a slot m...Aug 29, 2022·9 min read
Unity Addressables HelperI've been doing a lot of work with the Addressables package recently and I'm writing up an entire series on how to use and implement clever solutions. Addressables is a fantastic framework that can: Reduce memory pressure Abstract and simplify the ...Aug 15, 2022·2 min read
A Simple Event System for UnityEvery game project needs an event system to prevent tight coupling between game systems and objects. There are several approaches to implementing events, such as simply adding a UnityEvent to a MonoBehaviour or going all in on the popular trend of S...Aug 15, 2022·4 min read
Designing Games for AccessibilityDesigning games to be playable by everyone is important to consider early in the design process. Review guidelines and challenges that people face to figure out what elements of your game will benefit from accessibility features. Here's a few resourc...Aug 13, 2022·1 min read