Unity logo
Cancel
Cart
Applications
Sell Assets

Over 11,000 five-star assets

Rated by 85,000+ customers

Supported by 100,000+ forum members

Every asset moderated by Unity

1/6

IronPool is a high performance pooling library for Unity. The core idea behind pooling is to keep several initialized objects in a pool, rather than allocating and destroying them on demand.

With this library you can pool any object as well as any GameObject. Unlike other pooling systems, this library won't punish you if you accidentally destroy a pooled GameObject. Instead it will handle such situations gracefully.

Easy to use

Pooling any C# object is as simple as:
var obj = Pools.Obtain<SomeClass>();
This object can be released by calling:
Pools.Release(obj);

If you want to pool GameObjects, you just drag and drop a PoolComponent into your scene, set the prefab to use and you're done! You can then just obtain an instance by calling:
var obj = GameObjectPools.Obtain("Bullet");

Main Features

+ High performance
+ Pool any object
+ Limit amount of free/used objects
+ Automatically fill pool on scene start
+ Keep inactive objects hidden
+ Automatically reset objects to a reusable state
+ Fully documented
+ Additional CheatSheet which contains the most important commands
+ Fully documented source code


For more informations see:
-Documentation
-CheatSheet

IronPool

(not enough ratings)
4 users have favourite this asset
(4)
$10
Seat
1
Updated price and taxes/VAT calculated at checkout
Refund policy
This asset is covered by the Unity Asset Store Refund Policy. Please see section 2.9.3 of the EULA for details.
Secure checkout:
Supported payment methods: Visa, Mastercard, Maestro, Paypal, Amex
License type
File size
420.1 KB
Latest version
1.0
Latest release date
Sep 18, 2018
Original Unity version
5.1.0
Support
Visit site
Quality assets
Over 11,000 five-star assets
Trusted
Rated by 85,000+ customers
Community support
Supported by 100,000+ forum members
Unity logo
Language
Feedback
Partners Program
Partners
USD
EUR
Copyright © 2025 Unity Technologies
All prices are exclusive of tax
USD
EUR