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
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.