![Fast Simple Pool](https://assetstorev1-prd-cdn.unity3d.com/key-image/45fcd6d5-be80-48d6-9e22-c956b8fd724e.jpg)
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).