Object Pooling 1.2.0
Simple Object Pooling system for Unity Game Objects. It instantiates a pool of prefabs and manages their lifecycle.
|
Namespaces | |
namespace | Interfaces |
Classes | |
class | PoolManager |
Simple pooling system for GameObjects. More... | |
class | PoolObjects |
Holds instances for a single prefab pool. More... | |
class | PoolObjectSetting |
Which prefab we want to pool and how many copies. More... | |
class | ReturnInstanceTimer |
Automatically return an object to the Pool when the timer expires. More... | |