Skip to content

0.11.0

Choose a tag to compare

@CoderGamester CoderGamester released this 19 Oct 17:35
· 55 commits to master since this release
4b472df
  • Added Spawn<T>(T data) method to PoolService to allow spawning new objects with defined spawning data
  • Added GetPool<T>(), TryGetPool<T>() methods to PoolService to allow requesting the pool object maintained by the pool service.

Changed:

  • Removed IsSpawned<T>() method from PoolService because is not a fundamental function and can now be accessed from the Pool requested from GetPool()
  • Updated Spawn<T>(T data) to invoke OnSpawn() without data

Full Changelog: 0.10.0...0.11.0