ObjectPool/README.md at master · UnityPatterns/ObjectPool

Skip to content

Navigation Menu

Sign in

Appearance settings

Latest commit

File metadata and controls

4 lines (3 loc) · 233 Bytes

ObjectPool

Instead of creating and destroying new objects all the time, this script reduces garbage by pooling instances, allowing you to seemingly create hundreds of new objects while only actually using a recycled few.