Skip to content

Releases: GalvanicGames/unity-pooler

Unity Pooler v0.3

Unity Pooler v0.3 Pre-release
Pre-release

Choose a tag to compare

@cjddmut cjddmut released this 07 Nov 22:29

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

Choose a tag to compare

@cjddmut cjddmut released this 27 Mar 23:36

Updated to include persisted pools (works across scenes) and simplified the messaging system.

Unity Pooler v0.1

Choose a tag to compare

@cjddmut cjddmut released this 30 Oct 21:42

Initial release of Unity Pooler!

See readme for full feature list.