SMSteve Mcilwaininplayable.design·Jul 17, 2023 · 1 min readThrift 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 ...00
SMSteve Mcilwaininplayable.design·Oct 20, 2022 · 13 min readUnity Single Scene Architecture - GameOverThis is a post in a series about building a game in Unity using a single scene. Unity Single Scene Architecture Series In this post, we'll finish the game UI by adding a Game Over screen, a UI Manager and wire everything up to the Game Manager... wi...00
SMSteve Mcilwaininplayable.design·Oct 17, 2022 · 7 min readUnity Single Scene Architecture - MenuThis is a post in a series about building a game in Unity using a single scene. Unity Single Scene Architecture Series I will follow the same pattern of the previous post in which we built a loading screen as an Addressable asset along with tests. I...00
SMSteve Mcilwaininplayable.design·Oct 16, 2022 · 9 min readUnity Single Scene Architecture - LoadingThis is a post in a series about building a game in Unity using a single scene. Unity Single Scene Architecture Series In this post, we'll build a loading screen and talk all about loading assets in Unity. The loading screen will display as the game...00
SMSteve Mcilwaininplayable.design·Oct 15, 2022 · 3 min readUnity Single Scene Architecture - Game ManagerThis is a post in a series about building a game in Unity using a single scene. Unity Single Scene Architecture Series In this post, we will add a GameManager, Assembly Definitions, and play mode testing to the game. Game Manager Let's create a game...00