Object Pool Manager
A field report on Unity Asset Store pricing, by way of Midnite Oil Software ; 5.0★ (4)

- Low
- $0.00
- Median
- $0.00
- High
- $0.00
§ 02The data
Not enough price points yet for Object Pool Manager. Check back soon.
No recorded changes yet.
§ 03About this asset
The Object Pool Manager is a lightweight, easy-to-use object pooler that makes it simpler than ever to implement object pooling in your game. It's designed specifically to work with prefabs which can be defined as simply as SerializedField of type GameObject.
Simply call the static ObjectPoolManager.SpawnGameObject(prefab) method and you are guaranteed to get an instance of the correct prefab type.
Calling ObjectPoolManager.DespawnGameObject(prefab) will deactive the object and add it to the appropriate pool.
The package is very lighweight and extremely performant. It is ideal for games which Instantiate/Destroy lots of objects repeatedly.
After being imported into your project the ObjectPoolManager will automatically load when your game starts and will persist across scenes.
Description sourced from the Unity Asset Store listing.
§ 04Frequently asked
Who publishes Object Pool Manager?
Object Pool Manager is published by Midnite Oil Software on the Unity Asset Store.
§ 05Also marked down