Publisher | CreativeVeinStudio |
---|---|
File size | 471.20kB |
Number of files | 32 |
Latest version | 1.2.0 |
Latest release date | 2022-05-25 10:51:22 |
First release date | 2021-04-14 12:03:17 |
Supported Unity versions | 2018.4.2 or higher |
** Improved performance and code **
The Simple Pooling Manager is a fantastic tool to manage duplicate or constantly used resources in your game.
Checkout my other tools: HERE!
Sensors Tool: HERE!
- Performance update🌟 - Updated scripts to accomodate felxible structure by separating concerns, requesting variables in correct Unity execution stack, incorporating Interface for direct function access.
- Updated Prefab to be spawned🌟: Now you can add more than one PREFAB object to the list for variety and do not have to create multiple lists to accomplish the same result.
With actions such as:
- Spawning various objects with ease
- Disabling specific collections or all at once
- Disable after set time
- Easily getting all active / disabled items in a collection
- and more.
Make collections of:
- Bullets
- Effects
- Props
- Enemies
- Etc.
The purpose of a pooling system is to allow these resources to be accessible with ease and disabled without having to waste resource in the creation of new objects.
Asset Website: CreativeVein.Studio/SimplePoolSystem