Skip to content

Releases: 2401lucas/Unity-Object-Pooling-System

Performant Object Pool

14 May 03:59
264e2c9

Choose a tag to compare

Removed unnecessary scripts from the last release and updated Readme

Performant Object Pool

14 May 03:30
6f3a988

Choose a tag to compare

The new version of object pooling increases performance by using a queue instead of a list. We no longer need to iterate thru every Object in the list, now we can just pop one off of the top of the queue, with a queue for every different pool, it massively increases performance when iterating thru a large pool.

Simple Object Pool

14 May 03:28
224be4b

Choose a tag to compare

V1.0

Update README.md