0.11.0
- Added
Spawn<T>(T data)method toPoolServiceto allow spawning new objects with defined spawning data - Added
GetPool<T>(),TryGetPool<T>()methods toPoolServiceto allow requesting the pool object maintained by the pool service.
Changed:
- Removed
IsSpawned<T>()method fromPoolServicebecause is not a fundamental function and can now be accessed from the Pool requested from GetPool() - Updated
Spawn<T>(T data)to invokeOnSpawn()without data
Full Changelog: 0.10.0...0.11.0