https://github.com/ThinhHB/Unity-SimpleReferenceFinder
https://github.com/ThinhHB/Unity-SimpleReferenceFinder
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ThinhHB/Unity-SimpleReferenceFinder
- Owner: ThinhHB
- Created: 2018-04-24T08:33:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-24T12:46:21.000Z (over 4 years ago)
- Last Synced: 2024-08-03T05:16:14.521Z (9 months ago)
- Language: C#
- Size: 88.9 KB
- Stars: 32
- Watchers: 4
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-unity-open-source-on-github - Unity-SimpleReferenceFinder - Simple reference finder (Static Code Analysis)
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**

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