Category: Unity

Singletons In Unity – How To Implement Them The Right Way

Reading Time: 12 minutes The Singleton pattern is one of many game programming design patterns you can use to create games. The problem is that the Singleton pattern is notorious in the game dev world. In this post we show why Singletons actually good and how to use them the right way

Optimize Your Games In Unity – The Ultimate Guide

Reading Time: 34 minutes One of the most important parts of game development is optimization which ensures your game will run smoothly on your target platform. This article is a detailed guide on every optimization part that I have learned so far in my game development journey