An open API service indexing awesome lists of open source software.

https://github.com/pietras333/objectpool

A lightweight and efficient object pooling system for Unity projects. Automatically manages object instantiation and reuse to improve performance by reducing garbage collection overhead.
https://github.com/pietras333/objectpool

gamedev packages unity

Last synced: 3 months ago
JSON representation

A lightweight and efficient object pooling system for Unity projects. Automatically manages object instantiation and reuse to improve performance by reducing garbage collection overhead.

Awesome Lists containing this project

README

        

A lightweight and efficient object pooling system for Unity projects. Automatically manages object instantiation and reuse to improve performance by reducing garbage collection overhead.
!IMPORTANT! Code is not mine, code is property of Llam Academy.