I’m starting a new series of blogs where I’ll share the tips and tricks I use to optimize games for better FPS. I’ll only share the techniques that I learn myself or actually use in my projects.

Today, let’s talk about one of the biggest game optimization techniques in Unity: Object Pooling.




Problem: Instantiate and Destroy...