Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
Custom Graph Editor
A Godot 4.5+ add-on to build custom directed and undirected graph editor tailored to any project.
Supported Engine Version
4.5
Version String
0.6.0-beta
License Version
MIT
Support Level
community
Modified Date
6 hours ago
Git URL
Issue URL
Location Map Graph Editor Example
This example demonstrates creating a world map / location graph editor with custom metadata and an inspector panel for editing properties.
What's Included
- A graph editor scene (
location_map_editor.tscn) which loads an example graph (graph_example/example_graph.gegraph) when launched - Custom Node Logic (
location_node.gd) and its UI part (location_node_ui.gd)- Adds a
location_nameproperty to nodes and change the visual representation of nodes
- Adds a
- Custom Link Logic (
travel_path.gd) and its UI part (travel_path_ui.gd)- Adds a
travel_costproperty to links and change the visual representation of links (display the cost on the link)
- Adds a
- An inspector panel to edit properties
A Godot 4.5+ add-on to build custom directed and undirected graph editor tailored to any project.
Reviews
Quick Information
Custom Graph Editor
A Godot 4.5+ add-on to build custom directed and undirected graph editor tailored to any project.
Supported Engine Version
4.5
Version String
0.6.0-beta
License Version
MIT
Support Level
community
Modified Date
6 hours ago
Git URL
Issue URL