Welcome to Pool It, the easiest solution for implementing pooling in any project!Pooling is a system that helps you not to generate garbage when creating game objects. Each time an object is created and later destroyed, memory is freed the next time the garbage collector is called. If too much garbage is created at once, the garbage collector will take longer to free the memory. This leads to lag spikes, or short freeze frames.To minimize the load of the garbage collector, one can use pooling. This creates a lot of garbage at the beginning, but no more over the legal game.Pool It allows you to do that with very minimal effort!List of Features:Object PoolingPreloading in EditorPreloading at Start of the GameObject LimitationsBuffering when expanding the poolDontDestroyOnLoad handlingEvent based Pool SpawnerEvent based Pool Destroyer2 sample game scenes5 feature scenesSupports Playmaker & BoltYou have problems?EmailDiscordDocumentation