Better Object Pooling

Built-In Render Pipeline

Universal Render Pipeline

High Definition Render Pipeline

Object pooling API usage
Object pooling API usage
No items found.

Summary

Improve your game's performance when instantiating and destroying game objects by using BOP's Object Pooling API.

Purchase

License this Asset
Coming soon

About

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 its own hierarchy, namespaced, and contained within its own assembly.

Demo

FAQs

Changelog

More Assets

https://uploads-ssl.webflow.com/6363e3d1d6ba105709c9042f/636a7e9d90ee5852791782f9_Screenshot%202022-03-18%20104542.png
https://uploads-ssl.webflow.com/6363e3d1d6ba105709c9042f/636a7e9de8103d5963f8cbbb_Screenshot%202022-03-18%20104652.png
No items found.