All Projects → MephestoKhaan → Unityeventvisualizer

MephestoKhaan / Unityeventvisualizer

Licence: mit
A graph editor for viewing all UnityEvents at a glance

UnityEventVisualizer

openupm

Now also available at the Unity asset store! (free, reviews appreciated)

What

Have you ever come across a project that abuses linking UnityEvents in the inspector and now you can not find who is calling what? Unity Event Visualizer is a visual tool that allows you to see all the UnityEvents in a scene at a glance and when they are being triggered. It creates a graph in which nodes are gameobjects, outputs are any type of UnityEvent (custom ones supported as well!) and inputs are methods.

Animation

SceneView

Install

Via OpenUPM

The package is available on the openupm registry. It's recommended to install it via openupm-cli.

openupm add com.mefistofiles.unity-event-visualizer

Via Git URL

Open Packages/manifest.json with your favorite text editor. Add the following line to the dependencies block.

"com.mefistofiles.unity-event-visualizer": "https://github.com/MephestoKhaan/UnityEventVisualizer.git"

Via .unitypackage

Grab the installer from the Releases section and import it into your project.

Via Unity asset store

Download it directly from the Unity asset store.

How

  • Select Windows/Events Graph Editor you can open the graph. Selector

  • 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. Finder

  • Scene View https://www.youtube.com/watch?v=IhG0LRFLmdo. Scene View preview

Pull requests welcome!

Who

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].