SkillAgentSearch skills...

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.

Install / Use

/learn @UnityPatterns/ObjectPool
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

Related Skills

View on GitHub
GitHub Stars421
CategoryDevelopment
Updated2d ago
Forks93

Languages

C#

Security Score

95/100

Audited on Mar 25, 2026

No findings