POWER POOL
This package allows you to save system resources when working with a large number of objects on the scene. Power Pool does not require inheritance from a special class. You can easily upload it to an existing project and start using it right now!
Features:
+ Managing components of each of the objects in the pool.
+ Create a pool with just one line of code
+ The object in the pool must not have any additional components or interfaces
+ the pool has a UI that shows how busy it is. The console will tell you if any pool needs to be expanded
+ Power Pool can even work without prefabs