Assets/Plugins/PlayableGraphVisualizer/README.md
The PlayableGraph Visualizer is a tool that displays the PlayableGraphs in the scene. It can be used in both Play and Edit mode and will always reflect the current state of the graph. Playable nodes are represented by colored nodes, varying according to their type. Connections color intensity indicates its weight.
šØ Be careful to use a release that is compatible with your Unity version (see table below). The master branch is compatible with 2018.1 and later.
There are two ways to install the PlayableGraph Visualizer:
Standalone:
Assets direcroty.Git (command line):
Assets directory.git clone https://github.com/Unity-Technologies/graph-visualizerPlayableGraph.PlayableGraph to display in the window's top-left list.Note:
PlayableGraph using GraphVisualizerClient.Show(PlayableGraph) in the code.PlayableGraph is only available in Play mode, you will not be able to see it in Edit mode.| Unity version | Release |
|---|---|
| 2018.1+ | v2.2 (master) |
| 2017.1+ | v1.1 |