private void OnDestroy() { //Don't forget to cleanup your pooler(s) when no longer needing them _bulletPooler?.OnCleanUp(); _bulletPooler = null; }