Pools
Pools gives you the ability to easily create pools of objects and use them.
by Redcode Games
★★★★★ star rating
Price History +
Pools is an asset that will allow you to easily create a pool of objects. This will not waste memory and will also save the performance of your game.
Features:
- Create a pool of objects from code.
- Pool can work with objects of any type, not just the base class (eg Component).
- Change pool settings dynamically.
- Specify the container that should contain the clones.
- Instantly or delayed create as many clones as you want.
- Add existing objects to the pool.
- Use the pool manager in the inspector, this will allow you to work with pools without writing a single line of code!
- Easily initialize pool objects when they are requested using a special interface.
- And more!
Read documentation on GitHub.