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.How
-
Grab the installer from the Releases section and import it into your project. Works in Unity 5.6+
-
Click on any node to highlight that gameobjects in your hiearchy. Alternatively right-click on any element in the hierarchy and select
UnityEventGraph/FindThisto highlight it in the graph. -
Scene View https://www.youtube.com/watch?v=IhG0LRFLmdo.
This is a work-in-progress. Pull requests welcome!
Who
- Original idea by SoylentGraham
- Code by Luca Mefisto (myself)
- Inspired by Keijiro Takahashi
- SceneView representation by Andrés Leone




