Recent Posts

Unity UI Tips: Draw calls

4 minute read

There are a few ways to optimize your game’s UI in Unity, but today we’ll focus on the draw calls.

C# Closures: Mostly harmless

3 minute read

Let’s take a deep dive into a curious code snippet and explore how closures can impact your Unity game’s performance.