An open API service indexing awesome lists of open source software.

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.

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.