|
1 |
| -# PlayableGraph Visualizer # |
2 |
| -## Introduction ## |
3 |
| -The PlayableGraph Visualizer window can be used to display any *PlayableGraph*. |
| 1 | +# PlayableGraph Visualizer |
| 2 | + |
| 3 | +## Introduction |
| 4 | + |
| 5 | +The PlayableGraph Visualizer window can be used to display any `PlayableGraph`. |
4 | 6 | The tool can be used in both Play and Edit mode and will always reflect the current state of the graph.
|
5 | 7 | Playable Handles in the graph are represented by colored nodes, varying according to their type. Wire color intensity indicates the local weight of the blending.
|
6 |
| -## Setup ## |
| 8 | + |
| 9 | +## Setup |
| 10 | + |
7 | 11 | - Download the release that matches your current Unity version, or the latest if there your Unity version is more recent than the latest release.
|
8 | 12 | - Copy the content of this repos Asset folder into a the Asset folder of an Unity Project. You will need to do this for every project.
|
9 |
| -## Window ## |
| 13 | + |
| 14 | +## Window |
| 15 | + |
10 | 16 | - You can open the Timeline Visualizer in **Window > PlayableGraph Visualizer**.
|
11 |
| -## Usage ## |
12 |
| -- Open any scene that contains at least one *PlayableGraph*. |
13 |
| -- Register your *PlayableGraph* with the method GraphVisualizerClient.Show(PlayableGraph, string). |
14 |
| -- Select the *PlayableGraph* to display in the top-left combo box. |
| 17 | + |
| 18 | +## Usage |
| 19 | + |
| 20 | +- Open any scene that contains at least one `PlayableGraph`. |
| 21 | +- Register your `PlayableGraph` with the method `GraphVisualizerClient.Show(PlayableGraph, string)`. |
| 22 | +- Select the `PlayableGraph` to display in the top-left list. |
15 | 23 | - Click on a Node to display more information about the associated Playable Handle.
|
16 |
| -## Notes ## |
17 |
| -- This tool was previously named Timeline Visualizer, but was renamed as we are refactoring it to support *PlayableGraph* stored in different types of component. |
18 |
| -- If your *PlayableGraph* is only available in Play mode, you will not be able to see it in Edit mode. |
| 24 | + |
| 25 | +## Notes |
| 26 | + |
| 27 | +- This tool was previously named Timeline Visualizer, but was renamed as we are refactoring it to support `PlayableGraph` stored in different types of component. |
| 28 | +- If your `PlayableGraph` is only available in Play mode, you will not be able to see it in Edit mode. |
0 commit comments