https://github.com/mrnothing/unity-references-finder
A Unity editor extension allowing you to find all references to a GameObject and its components in a Scene.
https://github.com/mrnothing/unity-references-finder
unity unity-editor
Last synced: about 2 months ago
JSON representation
A Unity editor extension allowing you to find all references to a GameObject and its components in a Scene.
- Host: GitHub
- URL: https://github.com/mrnothing/unity-references-finder
- Owner: MrNothing
- License: mit
- Created: 2020-04-26T10:04:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T10:26:20.000Z (about 6 years ago)
- Last Synced: 2025-01-16T13:58:43.385Z (over 1 year ago)
- Topics: unity, unity-editor
- Language: C#
- Size: 78.1 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity References Finder
A Unity editor extension allowing you to find all references to a GameObject and its components in a Scene.

# How to use
- Right click on a GameObject in your Hierarchy window.
- Click on *Find References*
# Setup
- Put the [FindReferencesWindow.cs](https://github.com/MrNothing/Unity-References-Finder/blob/master/FindReferencesWindow.cs) file in any *Editor* folder in your Unity project.