Use the PlayableGraph Visualizer package to have a visual representation of the Playable graphs instantiated in the scene.
To install this package, follow the instructions in the Package Manager documentation.
- Open the PlayableGraph Visualizer in Window > Analysis > PlayableGraph Visualizer
- Open any scene that contains at least one
PlayableGraph
- In the top-left list, select the
PlayableGraph
to display in the window - Click on the nodes to display more information about the associated Playable handle
Note:
- You can show just your
PlayableGraph
usingGraphVisualizerClient.Show(PlayableGraph)
in the code - If your
PlayableGraph
is only available in Play mode, you will not be able to see it in Edit mode
This version of PlayableGraph Visualizer is compatible with the following versions of the Unity Editor:
- 2018.1 and later (recommended)
The following table indicates the structure of the package:
Location | Description |
---|---|
Editor/ |
Contains the editor scripts for the new PlayableGraph Visualizer window. |
Runtime/GraphVisualizerClient.cs |
Contains the class allowing the user to register specific Playable graphs. |