Don't Let Offscreen Objects Ruin Your Performance - Unity CullingGroup API
Make your expensive scripts cost nothing while they are offscreen
Practical articles on CPU, GPU, memory and engineering process optimization.
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 protect your most sensitive code from the classic "sloppy programming" by using the KISS Transaction Pattern for Unity.
Learn how to stop your current raycasts from stealing performance and upgrade them to the new era of Unity raycast commands that finally scale
Learn about the lovely KISS Command Pattern in Unity I cannot live without. Enjoy powerful async gameplay systems!