This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
///////////////////////////////////////////////////////////////////////////// | |
///////////////////////////////////////////////////////////////////////////// | |
//// | |
//// Three kinds of generic object pools to avoid memory deallocations | |
//// in Unity-based games. See my Gamasutra articles. | |
//// Released under a Creative Commons Attribution (CC BY) License, | |
//// see http://creativecommons.org/licenses/ | |
//// | |
//// (c) 2013 Wendelin Reich. | |
//// |