[Unity 5] Object Pooling Tutorial

Object pooling is an optimisation technique which is extremely helpful for boosting the performance of mobile games. The basic idea is to recycle a pool of objects, rather than continually instantiating and destroying new ones. Source code: Support my videos on Patreon:
Back to Top