EZ Pooling
rudinesurya
$0.0
Date |
Price |
---|---|
日期和时间 |
价钱($) |
03/19(2018) |
0.0 |
11/15(2024) |
0.0 |
Jump AssetStore
Note that support for this asset has been depreciated, and for those people who have bought this, please send an email to here with your invoice for free upgrade.
Check out the new version EZ Core
EZ Pooling is a simple asset that can make any game become more efficient and run faster.
Core functionalities :
- Bypasses the time expensive functions of calling Destroy and Instantiate by keeping track of the objects that are needed over and over again in the scene
- Manage the objects used in the game by putting a hard limit on how many can spawn, or culling despawned objects over several frames to free off excess memory usage.
- Can also add new objects that are initially not in the pool yet just by enabling the "Auto Add Missing Items"
EZ Pooling is easy to integrate to any project, just replace Instantiate(...) with Spawn(...) and Destroy() with Despawn()
EZ Pooling also comes with an organized editor inspector which enables users to inspect what is going on in the pool manager.