Skip to content

Unity Pooler v0.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@cjddmut cjddmut released this 07 Nov 22:29
· 2 commits to master since this 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.