Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ThinhHB/Unity-SimpleReferenceFinder
https://github.com/ThinhHB/Unity-SimpleReferenceFinder
Last synced: 3 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 (about 4 years ago)
- Last Synced: 2024-08-03T05:16:14.521Z (6 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**
![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)