Easy Asset Search
PoolSimply Asset Image Purchase on the Asset Store » * This is an affiliate link, meaning we may earn a small commission if you purchase something through it, at no extra cost.

PoolSimply

Category:
ToolsIntegration
Developer:
Expresso Bits
Price:
FREE
Rating:
Not enough ratings.
Favorites:
18
Download Size:
215.84 KB
Current Version:
0.96
Original Release:
Dec 7, 2018
Last Update:
Dec 14, 2018
Supported Unity Version:
2018.2.12 or higher
Description:
Create Simple and Easy Pool of objects!

This extension creates easy use of Pool with objects that are instantiated and destroyed, avoiding excessive use of memory and processing.

This extension adds two components: Pools is a component to be added one only and will manage all objects that will be instantiated and Pooler that is added to each prefab that will be instantiated and destroyed in the scene.

This extension is smart because it uses extensions of methods to create a facility to call functions directly from a Monobehaviour.

To instantiate the pooler object just use this command anywhere in your monobehaviour scriptthis.InstantiateInPool(GameObject prefab)

And to destroy use this.DestroyInPool (GameObject gameobject)

continue »

Similar Packages