Tuesday, November 26, 2013

Wednesday, November 6, 2013

Objects Pool Manager in Unity3d

Standard
Hello All:

Sometimes in our games we require game objects of same type to be instantiated constantly like bullets from a gun or coins on the map. This generation of game objects incur huge amount of overhead on CPU. Here we can use the technique of pooling the objects and make the objects enable/ disable from this pool.