Home

Awesome

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

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

method1

method2

Step3: Results will be shown in Console window

consoleresult

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

clickonconsolemessage