Profiling the Unity Beast: Sampling vs Instrumentation
Ever wondered why your Unity game lags? Discover the secret tools that tame performance woes!
Ever wondered why your Unity game lags? Discover the secret tools that tame performance woes!
Choosing the wrong serialization & deserialization technology inexperienced devs tell you about will only bring you pain
Exploit the right Render Mode tech for your Unity project
As many so called "game devs" say: does the SRP batcher truly suck?
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.
Why devs don't know how static batching truly works in Unity
Discover the performance challenges of crowd rendering & how to render thousands of character in Unity within your tight performance budget
Make your expensive scripts cost nothing while they are offscreen
Discover the true cost you're paying for the sneaky "shader variants" that Unity creates by default and how to stop paying for it.
Learn how to stop your current raycasts from stealing performance and upgrade them to the new era of Unity raycast commands that finally scale
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