Skip to content

Releases: GalvanicGames/unity-pooler

Unity Pooler v0.3

07 Nov 22:29
Compare
Choose a tag to compare
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.

Unity Pooler v0.2

27 Mar 23:36
Compare
Choose a tag to compare

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

Unity Pooler v0.1

30 Oct 21:42
Compare
Choose a tag to compare

Initial release of Unity Pooler!

See readme for full feature list.