- Changed execution order from -10 to -60
- Changed spawn point gizmo to use actual distance set instead of fixed value
- Showing error if given poolable id is invalid
- Added option to spawn from specific spawn point
- Code inconsistencies
- Added warning when poolable not found
- Changed pool actions to include the object acquired/released
- Added option to release all objects from a pool
- Removed unused classes and properties
- Better null checks
- Drawing gizmos with spawn point controller
- Removed internal PoolTracker class to reduce complexity
- Typo in Aquire
- Updated method description
- Added null check for onAquire event
- Made OnAquire and OnRelease methods protected instead of internal
First version of the package