Skip to content

Commit e453486

Browse files
Merge pull request Unity-Technologies#8 from amirebrahimi/make-subrepoable
Make repo subrepoable
2 parents ef27859 + 02d2464 commit e453486

28 files changed

+7
-11
lines changed

Assets/GraphVisualizer.meta

-9
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ 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.
66
## 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.
7+
- Download the release that matches your current Unity version, or the latest if your Unity version is more recent than the latest release.
8+
- Copy the content of this repo into a folder called GraphVisualizer in your Unity Project. You will need to do this for every project.
9+
10+
OR
11+
12+
- From the command line change directory to your project's `Assets` directory.
13+
- Run `git clone https://github.com/Unity-Technologies/graph-visualizer`
914
## Window ##
1015
- You can open the Timeline Visualizer in **Window > PlayableGraph Visualizer**.
1116
## Usage ##

0 commit comments

Comments
 (0)