Instant Pooling

Andre_Dev

(1)
$9
Publisher Andre_Dev
File size 48.75kB
Number of files 16
Latest version 1
Latest release date 2022-06-07 08:25:54
First release date 2019-03-25 02:12:10
Supported Unity versions 2018.4.2 or higher
What is Object Pooling?
Instantiating GameObjects is a really heavy task for the CPU, and that's why object pooling exists.
Object pooling is a technique utilized to create a "pool" of inactive objects, like this when you need to actually use the object, you fetch it from the pool and use it; and when you're done with it you deactivate it instead of destroying it. Object pooling is not so simple to implement efficiently, since it can be made in so many different ways.
What is Instant Pooling?
Instant Pooling is the do-it-all tool for any use case, both 2D and 3D.
Instant Pooling is an easy to use and highly optimized object pooling utility. With the use of a few clicks you can get your object pools working in no time, thanks to the really simple and intuitive Inspector GUI.
Just use PoolManager.GetObject("pool name here") to fetch an object from one of the pools and the tool will take care of any inconvenience, informing you about any error in the usage of the tool. You can create and handle a huge amount of object pools with extreme ease.
Object pools can also be individually set to "dynamic", which lets the object pool expand automatically when you request an object while there are no objects present within the pool that are available. In addition, all the object pools are neatly organized within 'master parent' game objects (automatically handled by this tool), so the object pools will never clutter up your Hierarchy.

Have any questions?
Email us!

Top Publisher Assets