Releases: GalvanicGames/unity-pooler
Releases · GalvanicGames/unity-pooler
Unity Pooler v0.3
Updates from v0.2 to v0.3
- Message system (OnCreate and OnReuse) replaced with interface that can be implemented by components.
- Population with enumerators added to work well with Unity Game Loader
- Check for leaks functionality added to the regular ObjectPool. Can determine if an object was allowed to be garbage collected instead of properly released.
Unity Pooler v0.2
Unity Pooler v0.1
Initial release of Unity Pooler!
See readme for full feature list.