You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Unity performance issues generating and destroying multiple objects?
This simple library solves your problem in a simple way. With few steps your object can be reused several times, avoiding the garbage collector.
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.
Features
✔️ Simple use, Change only 2 line of your code!
✔️ Interfaces for events.
✔️ Pooler component for Unity Events.
Usage
Simple change Instantiate/Destroy method for this.InstantianteInPool/this.DestroyInPool!.
Open the package manager. Click on menu Window -> Package Manager and select "Packages: My Registries", select the latest version of EB Pools and click install
You may come back to the package manager to unistall EB Pools or upgrade it.
About
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.