Version: Unity 6.7 Alpha (6000.7)
Language : English
Add subgraph support
Create a graph

Working with graphs

Add, connect, manage, and organize the nodes in your graphs.

Discover how to use nodesA fundamental building block of a graph. It represents a specific operation or piece of logic in the graph. Nodes have options and ports that you can connect to each other with wires. More info
See in Glossary
, the fundamental components of a graph, effectively. When graphs have many nodes, they can become complex. Explore how to navigate large graphs and organize them.

This information covers working with graphs in Graph Toolkit only. For information on how to implement graph tools, refer to Implement a graph tool. For information about the Graph Toolkit interface, refer to Graph Toolkit interface.

Topic Description
Create a graph Create a graph asset and open it in the Graph window.
Add nodes to a graph Add nodes to a graph.
Connect nodes in your graphs Connect the nodes in a graph.
Manage the nodes in your graphs Use nodes in a graph.
Organizing graphs Discover techniques to arrange graphs to improve readability and manageability.
Add comments to graphs Learn how to annotate your graphs with comments for better collaboration and understanding.

Additional resources

Add subgraph support
Create a graph