##Visualize the relationships of objects/components
When a GameObject is selected red and blue lines will appear showing, respectively, the objects to which it refers and the objects that have references to it.
"References" are any properties, variables or events (both C# Events and UnityEvents) that refer to another object.
##Visualize the objects that will receive function calls
- The "Callback" window: visualize the objects that will receive function calls
Callback methods (that is, SendMessage/AnimationEvent/Collison/etc methods) are listed in this window, and show the objects that can receive/send these events.
##Lists Components in current scene or Selected Objects
This window displays the objects in the scene or in the selection, the relationship between the components.
##Search Codes in scenes
By searching for the name of a callback, you can quickly track down which objects are responsible for certain functions, like finding the Component that is responsible for deciding if the game is over:
##Create Relationship Graph of Object/class
This makes it possible to visualize, outside of Unity, the entire architecture of a scene's GameObjects and components.
this feature requests yEd