Dorkbots ObjectPool

 

Dorkbots ObjectPool is a framework designed to cache and manage objects, minimizing the need to instantiate objects by keeping objects available for reuse. It is written in C# and works in Unity. It includes automatic shrinking that adjust the size of an object pool based on the need and usage of the objects.

 

There is an example project located in the Git repository.

 

You can find the Dorkbots ObjectPool repository on Github - Dorkbots ObjectPool