The Wayback Machine - https://web.archive.org/web/20200927120826/https://github.com/Unity-Technologies/graph-visualizer/releases
Skip to content

@romainf-unity romainf-unity released this Jul 20, 2018 · 46 commits to master since this release

Changelog

  • Display more information on some nodes: PlayableOutput, AnimationClipPlayable, and AnimationLayerMixerPlayable
  • Add GraphVisualizer namespace where it was missing
  • Improve the README (add version compatibility table)
  • Some cleanings
Assets 2

@romainf-unity romainf-unity released this Nov 15, 2017

This version uses a freshly new Unity feature introduced in 2018.1.0a5 that allows to retrieve the list of all the PlayableGraphs. And it is now possible to name PlayableGraphs, so that the PlayableGraphs created by components are easier to find.

Here is a "before-after" screenshot of the same scene where you'll see how the graphs coming from Animator and PlayableDirector component are displayed, as well as a custom graphs (appropriately called "CustomGraph"):

Before After
capture d ecran 2017-11-15 a 16 06 29 capture d ecran 2017-11-15 a 15 58 06

Notes:

  • Yep, before, graphs with the same name could hide each others.
  • You can still use previous versions of graph-visualizer with Unity 2018.1.
Assets 2
  • v1.1
  • e453486
  • Compare
    Choose a tag to compare
    Search for a tag
  • v1.1
  • e453486
  • Compare
    Choose a tag to compare
    Search for a tag

@romainf-unity romainf-unity released this Jul 20, 2018 · 57 commits to master since this release

Changelog:

  • Move files to the root, so this can be cloned into a project directly
Assets 2

@MightyCreak MightyCreak released this Oct 25, 2017 · 60 commits to master since this release

Minor update:

  • Move all the files under one directory called GraphVisualizer, this makes it easier to setup the project: just copy/paste the directory in your Assets folder.
Assets 2
You can’t perform that action at this time.