Skip to content

ReferenceExplorer will visualize the object and component dependencies

License

Notifications You must be signed in to change notification settings

SunGuangdong/ReferenceExplorer

 
 

Repository files navigation

ReferenceExplorer

work refrence explorer

##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.

reference viewer

##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.

callback1 callback2

##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.

lists

##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:

search

##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

graph

About

ReferenceExplorer will visualize the object and component dependencies

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%