Skip to content

Commit aa56a4b

Browse files
committed
Reformat README.md
- Add blank lines between paragraphs - Use proper Markdown syntax
1 parent 2fcb350 commit aa56a4b

File tree

1 file changed

+22
-12
lines changed

1 file changed

+22
-12
lines changed

README.md

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,28 @@
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`.
46
The tool can be used in both Play and Edit mode and will always reflect the current state of the graph.
57
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+
711
- Download the release that matches your current Unity version, or the latest if there your Unity version is more recent than the latest release.
812
- 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+
1016
- 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.
1523
- 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

Comments
 (0)