Skip to content

Make repo subrepoable #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions Assets/GraphVisualizer.meta

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.
File renamed without changes.
File renamed without changes.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ The PlayableGraph Visualizer window can be used to display any *PlayableGraph*.
The tool can be used in both Play and Edit mode and will always reflect the current state of the graph.
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.
## Setup ##
- Download the release that matches your current Unity version, or the latest if there your Unity version is more recent than the latest release.
- 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.
- Download the release that matches your current Unity version, or the latest if your Unity version is more recent than the latest release.
- Copy the content of this repo into a folder called GraphVisualizer in your Unity Project. You will need to do this for every project.

OR

- From the command line change directory to your project's `Assets` directory.
- Run `git clone https://github.com/Unity-Technologies/graph-visualizer`
## Window ##
- You can open the Timeline Visualizer in **Window > PlayableGraph Visualizer**.
## Usage ##
Expand Down