dev.markasaad.volt.graph
v1.0.1
Published
A reusable base graph editor framework for Unity, providing node-based graph editing tools. with save and load functionality.
Readme
Volt Graph Editor Framework
A reusable base graph editor framework for Unity, providing node-based graph editing tools for custom editors.
Features
- Node-based graph editing
- Undo/redo support
- Customizable node and graph types
- UI Toolkit-based styling
Usage
- Add this package to your Unity project (see
package.json). - Reference the Volt Graph editor scripts in your own editor tools.
- Extend
BaseNode,BaseGraphView, and related classes to create your own graph editors.
Requirements
- Unity 2021.3 or newer
License
MIT or your preferred license.
