Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ThinhHB/Unity-SimpleReferenceFinder


https://github.com/ThinhHB/Unity-SimpleReferenceFinder

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# What's this ?

A simple extension that helps you find references in the scene.
Assume you have a GameObject or a Component in a GameObject that you want to know if there any object on the scene that holds the reference to it? Then this extension is for you.

# Then how to use it?

Open the sample scene and follow these steps :

**Step1: select a GameObject you want to find reference in Hierarchy window**

![tryfindme](https://user-images.githubusercontent.com/9117538/39180333-ce7b7c54-47e0-11e8-9712-6aa35ffea37e.png)

**Step2: select FindReference/Find .. in the toolbar, or RightClick on its Transform component, then select Find Reference**

![method1](https://user-images.githubusercontent.com/9117538/39180442-16d43a18-47e1-11e8-8233-b6f67678aee9.png)

![method2](https://user-images.githubusercontent.com/9117538/39180484-30752c98-47e1-11e8-91c3-b86b28777973.png)

**Step3: Results will be shown in Console window**

![consoleresult](https://user-images.githubusercontent.com/9117538/39180531-56ced88a-47e1-11e8-9d37-7a76d1aa2fce.png)

You can click on each result message, the found object will be pinned in Hierarchy window

![clickonconsolemessage](https://user-images.githubusercontent.com/9117538/39180600-896b47e2-47e1-11e8-8cda-0d6126a7d509.png)