Visualizer for your Playable graphs
Перейти к файлу
Romain Failliot 8e7be118eb [package] Add valid Unity changeset 2018-12-20 18:21:47 -05:00
.yamato [package] Add valid Unity changeset 2018-12-20 18:21:47 -05:00
Clients Add GraphVisualizer namespace where mising 2018-07-20 13:33:23 -04:00
Editor [compilfix] Add UnityEditor.Playables namespace 2018-12-20 18:16:01 -05:00
.npmignore [package] Add Yamato CI config files 2018-12-20 18:21:47 -05:00
Clients.meta Move files to the root, so this can be cloned into a project directly 2018-02-02 15:08:45 -08:00
Editor.meta Move files to the root, so this can be cloned into a project directly 2018-02-02 15:08:45 -08:00
LICENSE Update license years 2018-07-20 15:43:55 -04:00
LICENSE.meta Add meta files for README and LICENSE 2018-07-20 15:13:47 -04:00
README.md Just a simple typo fix 2018-11-26 14:05:08 +00:00
README.md.meta Add meta files for README and LICENSE 2018-07-20 15:13:47 -04:00
package.json [package] Add package.json 2018-12-20 18:21:47 -05:00

README.md

PlayableGraph Visualizer

Introduction

The PlayableGraph Visualizer is a tool that displays the PlayableGraphs in the scene. It can be used in both Play and Edit mode and will always reflect the current state of the graph. Playable nodes are represented by colored nodes, varying according to their type. Connections color intensity indicates its weight.

Setup

🚨 Be careful to use a release that is compatible with your Unity version (see table below). The master branch is compatible with 2018.1 and later.

There are two ways to install the PlayableGraph Visualizer:

  1. Standalone:

    • Download the release compatibles with your Unity version;
    • Uncompress the downloaded file in your Assets directory.
  2. Git (command line):

    • Change directory to your project's Assets directory.
    • Run git clone https://github.com/Unity-Technologies/graph-visualizer

Usage

  • Open the PlayableGraph Visualizer in Window > PlayableGraph Visualizer.
  • Open any scene that contains at least one PlayableGraph.
  • Select the PlayableGraph to display in the window's top-left list.
  • Click on the nodes to display more information about the associated Playable Handle.

Note:

  • You can show just your PlayableGraph using GraphVisualizerClient.Show(PlayableGraph) in the code.
  • If your PlayableGraph is only available in Play mode, you will not be able to see it in Edit mode.

Unity compatibility

Unity version Release
2018.1+ v2.2 (master)
2017.1+ v1.1