Devlogs
Version 1.2 - Reestructure & fixes
Version 1.2.0
Improvements
- Replaced runtime instance creation override, instead of overriding multiple times the creation process from Construct if you have many objects with Pool behavior, now it just overrides once. This could improve performance in projects with many objects with the behavior.
Additions
- Added “Restore from pool” action. It extracts a specific instance from the pool. Specially useful using “Is on Pool”.
Fixes
- Fixed initial layout objects not being added to the pool.
- Fixed pool instances not being reused, specially with families.