Skip to content

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.

License

Notifications You must be signed in to change notification settings

dorkbot/Dorkbots-ObjectPool

Repository files navigation

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages