Efficient object manager that reduces memory management by recycling old objects.
- Especially useful on mobile devices where garbage collection can overwhelm the processor.
- Create and kill objects with a single line of code. Easily inheritable classes to accommodate any type of object.
- Built-in optional pruning and maximum item creation. Quickly manage your scene objects, such as enemies, weapons, and special effects.
C# source code included
Comes with:
- Swarm Manager and Swarm Item plugins to use in your game
- Example project showing the different uses of Swarm
- C# source code
- Documentation on the plugin and demo