Object Pool Manager for unity3d game engine
-
Updated
Mar 23, 2023 - C#
Object Pool Manager for unity3d game engine
Used to easily create and manage instances of prefabs as pools of a given size, that saves having to utilize destroy and instantiate when wanting to use an instance of that prefab.
Design pattern code for C# and Unity project develop.
Add a description, image, and links to the pool-manager topic page so that developers can more easily learn about it.
To associate your repository with the pool-manager topic, visit your repo's landing page and select "manage topics."