You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PlayableGraph Visualizer window can be used to display any `PlayableGraph`.
1
+
# PlayableGraph Visualizer #
2
+
## Introduction ##
3
+
The PlayableGraph Visualizer window can be used to display any *PlayableGraph*.
6
4
The tool can be used in both Play and Edit mode and will always reflect the current state of the graph.
7
5
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.
8
-
9
-
## Setup
10
-
6
+
## Setup ##
11
7
- Download the release that matches your current Unity version, or the latest if there your Unity version is more recent than the latest release.
12
8
- 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.
13
-
14
-
## Window
15
-
9
+
## Window ##
16
10
- You can open the Timeline Visualizer in **Window > PlayableGraph Visualizer**.
17
-
18
-
## Usage
19
-
20
-
- Open any scene that contains at least one `PlayableGraph`.
21
-
- By default, all the `PlayableGraph`s of your scene will be listed in the editor's top-left list.
22
-
- You can show just your `PlayableGraph` using `GraphVisualizerClient.Show(PlayableGraph)`.
23
-
- Select the `PlayableGraph` to display in the top-left list.
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.
24
15
- Click on a Node to display more information about the associated Playable Handle.
25
-
26
-
## Notes
27
-
28
-
- This tool was previously named Timeline Visualizer, but was renamed as we are refactoring it to support `PlayableGraph` stored in different types of component.
29
-
- If your `PlayableGraph` is only available in Play mode, you will not be able to see it in Edit mode.
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.
0 commit comments