Visualizer for your Playable graphs
Перейти к файлу
Romain Failliot cfb3a9f75d Merge pull request #6 from unity/package-tests
Add runtime tests
2019-03-07 08:10:46 -05:00
.yamato [package] Bump version, update changelog and yamato config 2019-03-06 20:39:24 -05:00
Documentation~ [doc] Change menu entry in documentation 2019-01-22 21:04:57 -05:00
Editor [inspector] Only toggle inspector when inspector is changed in the menu 2019-03-05 20:38:17 -05:00
Runtime [client] Add ClearGraphs API 2019-03-07 07:59:34 -05:00
Tests [tests] Add editor test with example tests for now 2019-03-07 07:59:34 -05:00
.gitignore [package] Add .gitignore file 2018-12-21 12:54:06 -05:00
.npmignore [package] Add Yamato CI config files 2018-12-20 18:21:47 -05:00
CHANGELOG.md [package] Bump to 0.2.1-preview.3 and update changelog 2019-03-07 08:01:46 -05:00
CHANGELOG.md.meta [package] Add meta files 2018-12-20 18:23:37 -05: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.md [license] Change license from MIT to UCL 2019-01-22 19:58:45 -05:00
LICENSE.md.meta [license] Change license from MIT to UCL 2019-01-22 19:58:45 -05:00
README.md [package] Add documentation 2018-12-20 18:21:47 -05:00
README.md.meta Add meta files for README and LICENSE 2018-07-20 15:13:47 -04:00
Runtime.meta [package] Rename dir Clients to Runtime 2018-12-20 18:21:47 -05:00
Tests.meta [tests] Add editor test with example tests for now 2019-03-07 07:59:34 -05:00
package.json [package] Bump to 0.2.1-preview.3 and update changelog 2019-03-07 08:01:46 -05:00
package.json.meta [package] Add meta files 2018-12-20 18:23:37 -05:00

README.md

PlayableGraph Visualizer

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.

See the Documentation for the installation and the usage.