DESCRIPTION
Advanced Object Pooling is an asset
made with Unity 2019.4.11f1 LTS!
It contains 2 different implementations for
Object Pooling.
It is pretty simple to set it up ! You can
find how to do it on the right.
The file format is .unitypackage!
CONTENT
- FixedObjectPool - Object pool with a fixed size
- DynamicObjectPool - Object pool with a dynamic size
- ObjectPool - abstract class that inherits from MonoBehaviour
Note: The first 2 classes inherit from ObjectPool
DOWNLOAD