
Building a Random Quest Generator
TL;DR I wanted a low maintenance way to generate random quests for my game. So I created an awesome Factory class that did not require maintenance or upkeep as I […]
What's a game dev that doesn't make the gaming world a better place?
TL;DR I wanted a low maintenance way to generate random quests for my game. So I created an awesome Factory class that did not require maintenance or upkeep as I […]
The Usage Imagine you’re playing a survival game and you unlocked stone buildings, now you can finally upgrade from a wooden cabin to a stone house. After you risk life […]
In the past, everytime I created a script I made the same changes – I removed the comments around Start and Update and added some regions to organize my code. […]
About a year ago a friend of mine introduced me to VS Code, and once I learned it supported Unity I never looked back. Now, I use it for more […]