Bulk Tools is my modular tools package. All future generalizable tools I make will be made as a module for this package. Any module can be enabled or disabled at any point.
This package provides a variety of modules that each include unique functionality, in any single project no one is likely to need all of them. For this I created a simple editor window that provides a simple way to enable and disable modules on a per platform basis. The window also provides a location to have module specific settings, that work via project wide define symbols.
Asset Replacement provides a simple way to quickly replace assets without impacting references by keeping the same GUID for the new asset. It can replace assets keeping the old name or using the name of the replacement.
Adds a new object tagging system. This new tagging system supports multiple tags per GameObject and tagging of Components.
Magic Events is built to provide a convenient way to connect multiple bits of logic together without any direct connection or inspector configuration, using a globally accesssable event system.
Adds some simple attributes that add some more functionality to the inspector.
Provides a premade component based solution for object pooling.
Provides some simple editor tools for managing objects and data. Contains no runtime code.
Provides some base classes and tools for using statically accessible singletons in the scene.
Includes a simple state machine class that can be used in many simple state machine use cases.
Static Tools provides tools for static classes such as an Update callback and coroutines.
This module acts as the miscellaneous module, and will be where I put any tools that seem to small to bother with giving them their own module. It includes multiple simple util extension methods, and variable types. Expanded systems include: