Pools

FREE
Publisher Redcode Games
File size 87.03kB
Number of files 15
Latest version 1.1.2
Latest release date 2022-11-21 01:59:31
First release date 2022-09-14 12:46:15
Supported Unity versions 2018.4.2 or higher

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.

Top Publisher Assets