What's this ?
April 24, 2018 ยท View on GitHub
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

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


Step3: Results will be shown in Console window

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