Create a graph asset from a graph tool and open it in the Graph window.
A graph is an asset that you create from a graph tool built with Graph Toolkit. When you create a graph, Unity opens it in the Graph window with an empty canvas, where you add and connect nodes to build your logic.
The available graph types and their menu locations, depend on the graph tool in your project. To build a graph tool instead, refer to Implementing a graph tool.
Before you create a graph, make sure your project includes a graph tool that defines at least one graph type.
To create a graph asset and open it:
After the Graph window opens, you can add and connect nodes to build your graph.