Fast Simple Pool

FREE
Publisher Nick Veselov #NVJOB
File size 3.43MB
Number of files 31
Latest version 1.2.1
Latest release date 2019-11-12 08:24:09
First release date 2019-11-08 10:13:14
Supported Unity versions 2018.4.2 or higher
This is a simple pool for optimizing object loading.

Permanent creation and destruction of objects in your scene, very expensive in terms of memory management, use the Simple Pool object pool to save memory and improve performance.

All objects in the pool are loaded during initialization, and then retrieved from the pool and returned back to the pool without sacrificing performance.

The pool allows you to completely abandon Instantiate and Destroy after initialization.

Full instructions - nvjob.github.io/unity/nvjob-simple-pool

Demo scene may not display correctly in SRP (HDRP, URP).

Top Publisher Assets