Unity Pooler v0.3
Pre-release
Pre-release
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.