Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A graph editor for viewing all UnityEvents at a glance

License

NotificationsYou must be signed in to change notification settings

MephestoKhaan/UnityEventVisualizer

Repository files navigation

openupm

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

What

Have you ever come across a project that abuses linkingUnityEvents 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 aregameobjects, 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 theopenupm registry. It's recommended to install it viaopenupm-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 theReleases section and import it into your project.

Via Unity asset store

Download it directly from theUnity asset store.

How

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

  • Select any root gameobject(s) and click onRebuild on selected hierarchy to generate a graphof all events being fired by the selected hierarchy, orRebuild JUST selected to generate agraph of all events being fired by exactly the selected gameobjects. You can deselect everything andclick any of the buttons to generate the graph of the entire scene, but beware for massive graphs!

  • Click on any node to highlight thatgameobjects in your hiearchy.Alternatively right-click on any element in the hierarchy and selectUnityEventGraph/FindThisto highlight it in the graph. OrUnityEventGraph/Graph Just This andUnityEventGraph/Graph This Hierarchyin order to create a graph starting just in this gameobject or any of its children respectively.Finder

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

Pull requests welcome!

Who

About

A graph editor for viewing all UnityEvents at a glance

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors4

  •  
  •  
  •  
  •  

Languages


[8]ページ先頭

©2009-2026 Movatter.jp