Databrain - Ultimate scriptable objects framework OFFICIAL SALE

Databrain is a powerful tool for managing object-based game data. It allows you to create custom data objects, import data from CSV or Google sheets, and to utilize the Unity UIToolkit or field attributes to build visually appealing inspectors for your data. It also allows you to categorize data using namespaces and derived classes.

You can also expand Databrain with our available add-ons to truly make it the Swiss Army knife of your data management needs.


-> Website

-> Documentation

-> Discord


Databrain 2.0 now available! Includes Logic node editor add-on by default!


Get the complete bundle including all add-ons and save 20%

DATABRAIN COMPLETE


⭐️ Professional editor

The editor is designed for professional use and offers a scriptable object workflow, allowing for easy assignment and access in both the Unity inspector and scripts. Additionally, a range of customizable field attributes allows you to fine-tune data displays to your liking and even create your own custom GUI using the UIToolkit.

Thanks to the powerful dropdown attribute (property drawer), you can easily assign your data object to your custom script from the inspector via.


🚀 Unity Inspector on steroids

The DataObject property drawer lets you easily assign DataObject references via dropdown, enabling you to view your data—including custom UI elements—and even create new DataObjects, all within the Unity Inspector itself for a highly efficient workflow.


🧠 High Level Visual Scripting

Databrain now includes the High Level Visual Scripting node editor - Logic.

Create State Machines, Game Logics, Data Logics, Tutorials and any other high-level flows for your game directly inside of Databrain.


💾 Save & Load

Databrain comes with a well-designed runtime save and load system that utilizes Newtonsoft.Json for serialization. At runtime, Databrain creates a runtime copy of your DataObject which is used for all runtime value modifications, which is then serialized during saving. You can access either initial or runtime values via API.


📄 Scriptable object workflow

Use the scriptable object workflow to easily reference data objects in your custom classes. Access both initial and runtime data seamlessly.


🚨 Events

Databrain utilizes an event system that lets you create and assign event objects of different types, each capable of supporting different class types as parameters. You can easily assign event objects to your custom classes and trigger events at runtime.


🔧Add-ons

Expand the capabilities of Databrain even further with these additional add-ons: