Skip to content

Commit 7f1e0ab

Browse files
committed
Updated readme
1 parent 742c01b commit 7f1e0ab

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33
The PlayableGraph Visualizer window can be used to display any *PlayableGraph*.
44
The tool can be used in both Play and Edit mode and will always reflect the current state of the graph.
55
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 ##
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.
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.
9+
## Window ##
10+
- You can open the Timeline Visualizer in **Window > PlayableGraph Visualizer**.
611
## Usage ##
7-
- Copy the content of this repos into a Unity Project.
812
- Open any scene that contains at least one *PlayableGraph*.
913
- Register your *PlayableGraph* with the method GraphVisualizerClient.Show(PlayableGraph, string).
10-
- Open the Timeline Visualizer in **Window > PlayableGraph Visualizer**.
1114
- Select the *PlayableGraph* to display in the top-left combo box.
1215
- Click on a Node to display more information about the associated Playable Handle.
1316
## Notes ##

0 commit comments

Comments
 (0)