Lightweight, type-safe object pooling framework for Unity with lifetime support and extensible poolable behaviours. This package provides a small but robust pooling architecture designed for ...
The Object Pooling system provides a high-performance solution for managing frequently instantiated and destroyed objects in Unity. It pre-allocates objects during initialization and reuses them ...