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.
- Host: GitHub
- URL: https://github.com/spoonx/objectpooling
- Owner: SpoonX
- Created: 2020-09-22T17:52:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-22T20:49:46.000Z (almost 6 years ago)
- Last Synced: 2025-01-23T03:15:09.053Z (over 1 year ago)
- Language: Mathematica
- Size: 15 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.