- Current Version: 1.1.0: 2025-02-28T15:50:56Z
- First Published: 2024-05-06T05:25:13Z
- Size: 413312
- Supported Unity Versions: 2021.3.30
tools utilities
Add to cart
Xtebs Graph Framework
No rating !(0 Vote)
$23.00
$23.00
Requires Unity's Newtonsoft Json package.
A graph framework built with customization and ease of use in mind, by base class derivation, for both editor tooling / editing and runtime graph manipulation.
It also provides extensive documentation on everything this framework supports, along with a huge amount of code comments / summaries that help on teaching how it all works.
Runtime support is based on the facts that the core provides:
- Basic functions to easily operate on graphs through code.
- Overridable functions to tailor graph/node behaviour to your needs.
- A custom json serializer for serializing graphs and nodes.
- Some helper functions for typical graph use cases, like checking for trees, etc...
Editor support is based on the way that the editor extensions are handled:
- Graph / Node editors for specific graph / node types, with some implementation cases / examples for included editor functionality.
- Type based loading / saving / copying of graphs to / from graph fields.
- Undo/Redo support for most graph editing operations.
Add to cart