Instant Pooling
Andre_Dev
$9.99
$12.99
23%OFF
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
03/26(2019) |
6.99 |
04/21(2021) |
12.99 |
06/08(2022) |
9.99 |
11/21(2024) |
9.99 |
Jump AssetStore
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!