Object Pooling in Unity 2021+
In this blog post I will show you how to use object pooling in Unity 2021 with this new official API so you don't have to mess with 3rd party code that breaks on every Unity upgrade.
In this blog post I will show you how to use object pooling in Unity 2021 with this new official API so you don't have to mess with 3rd party code that breaks on every Unity upgrade.
Look at this flag almost everybody ignores… it will give you a few milliseconds of CPU performance for free: Unity Physics AutoSyncTransforms
Today, I had the pleasure to interview Ian Deane, the developer behind Mesh Baker. This famous Unity asset lets you drastically reduce your draw calls so your game runs at substantially higher frame-rate. Let's see what he has to say.
In this post, I'll show you how to know if your game performance is suffering from too many Unity draw calls and what to do about it.