A game project eventually got big enough to merit the programming of quite a few tools. Of course, this was not a decision but they simply grew over time.

From left to right and top to bottom these tools are:
- A Damage Graph to visually manage damage calculations
- A Scene Selector to view and play any scene without leaving the editor scene
- A window to create variables as ScriptableObjects
- A custom ID tool (similar to Tags but more customizable)
- A window to create instances of a custom MVC framework (ScriptableObjects)
- An ActSystem, a tool that executes acts (like playing sounds) when certain conditions are met)
- The Attack Animation window, to manage colliders, audio and more along with attack animations
- A custom inspector for ScriptableObjects that checks if certain data is valid and also tries to synchronize them with a GoogleSheet