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

https://github.com/spoonx/objectpooling

Repository for the ObjectPooling tutorials.
https://github.com/spoonx/objectpooling

Last synced: 6 months ago
JSON representation

Repository for the ObjectPooling tutorials.

Awesome Lists containing this project

README

          

# Object pooling

Object pooling is a design pattern that allows us to create objects once and then keep recycling them instead of creating and destroying objects all of the time.

This repository contains the unity project that accompanies the tutorials on YouTube found here: TBD

## Getting the code

The master branch contains the finished code as seen in the last video. The branch `0/setting-up` is the branch that contains the code after the first video.