The Pool Manager is designed to increase performance when you need to instantiate a lot of objects.Your objects are instantiated at Start then stored in separate pools for further use. It can really come handy for breakables or particle systems.The package includes a basic breakable system as an example.