Publisher | OccaSoftware |
---|---|
File size | 66.75kB |
Number of files | 16 |
Latest version | 1.0.0 |
Latest release date | 2022-03-18 04:27:11 |
First release date | 2022-03-18 04:27:11 |
Supported Unity versions | 2018.4.2 or higher |
Overview
BOP is a lightweight, easy to use object pooling solution. Object Pooling improves your runtime performance by instantiating objects during scene load rather than during runtime, and by avoiding destroy(object) calls by returning objects back to the pool when no longer needed.
BOP enables you to interact with pooled objects in a similar way to how you would interact with ordinary objects, just more efficiently.
BOP includes a demo that shows how you can connect to the Pool, fetch objects from the pool, dispose of the pool, and create a fresh pool. It also demonstrates how you can get information about the current state of the pool.
Installation
- Import, add a Pooler script, and start pooling.
- Detailed usage docs give additional information about usage patterns.
- API docs explain public methods, use cases, and watchouts.
Everything is organized in it's own hierarchy, namespaced, and contained within its own assembly.
Download more 5-star OccaSoftware Unity Assets
- Altos - Volumetric Clouds, Skybox, Day Night Cycle, Sun, Moon, and Stars
- Buto - Volumetric Lighting & Fog
- LSPP - Volumetric Lighting, God Rays, and Light Shafts
Additional
- Join the OccaSoftware Newsletter. Be the first to know about new releases, sales, and receive exclusive Unity tips.
- Learn more about OccaSoftware - The Best Assets for Unity.
- Check out our FAQs.
- Read the latest OccaSoftware News.
- Watch our newest release videos and tutorials on Youtube.