Skip to content

domportera/ReferenceExplorer

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 1 commit ahead of tsubaki:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%