Skip to content

Releases: MephestoKhaan/UnityEventVisualizer

Node with its namespace

Choose a tag to compare

@MephestoKhaan MephestoKhaan released this 03 Jun 08:28

Change log:

  • Fixed Node namespace #18

Local graphs

Choose a tag to compare

@MephestoKhaan MephestoKhaan released this 06 Apr 17:18

Massive graphs can introduce a performance penalty and are not very usable. Check #15
In this build you can create local graphs based on a selection.

  • Select Windows/Events Graph Editor you can open the graph.
  • Select any root gameobject(s) and click on Rebuild on selected hierarchy to generate a graph
    of all events being fired by the selected hierarchy, or Rebuild JUST selected to generate a
    graph of all events being fired by exactly the selected gameobjects. You can deselect everything and
    click any of the buttons to generate the graph of the entire scene, but beware for massive graphs!
  • Click on any node to highlight that gameobjects in your hiearchy.
    Alternatively right-click on any element in the hierarchy and select UnityEventGraph/FindThis
    to highlight it in the graph. Or UnityEventGraph/Graph Just This and UnityEventGraph/Graph This Hierarchy
    in order to create a graph starting just in this gameobject or any of its children respectively.

Asset store version

Choose a tag to compare

@MephestoKhaan MephestoKhaan released this 21 Feb 11:47

Prepared package for the asset store. Includes demo

Fix for Generic types crash

Choose a tag to compare

@MephestoKhaan MephestoKhaan released this 18 Dec 16:27

Potential fix for issue #12

Minor fixes for 2019

Choose a tag to compare

@MephestoKhaan MephestoKhaan released this 10 Sep 14:45

Some small fixes for Unity 2019.2.4

In Scene graph

Choose a tag to compare

@MephestoKhaan MephestoKhaan released this 10 Jan 12:50

Added an in-scene graph that shows the event relations between the different gameobjects.

Refresh system

Choose a tag to compare

@MephestoKhaan MephestoKhaan released this 17 Sep 17:49
  • You can now refresh the connections in playmode so your custom node organisation is not lost and you still get the events firing!
  • Gameobjects and Scriptable Objects now have different node icons
  • Nicer edge drawing

1.1

1.1

Choose a tag to compare

@MephestoKhaan MephestoKhaan released this 05 Dec 11:23

Showing animated edges when the events are triggered

1.0

1.0

Choose a tag to compare

@MephestoKhaan MephestoKhaan released this 03 Oct 10:33

First public release. For Unity 5.6+

0.2

0.2

Choose a tag to compare

@MephestoKhaan MephestoKhaan released this 17 Jul 08:59
  • Fixed compiling error