https://github.com/networm/findreferencesinproject
Find asset references in Unity project. Faster version: https://github.com/networm/ReferenceFinder
https://github.com/networm/findreferencesinproject
Last synced: 4 months ago
JSON representation
Find asset references in Unity project. Faster version: https://github.com/networm/ReferenceFinder
- Host: GitHub
- URL: https://github.com/networm/findreferencesinproject
- Owner: networm
- License: mit
- Created: 2017-01-30T06:25:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-30T06:25:37.000Z (over 9 years ago)
- Last Synced: 2025-04-12T06:13:52.444Z (about 1 year ago)
- Language: C#
- Homepage: https://networm.me/2017/01/29/unity-asset-reference/
- Size: 1.95 KB
- Stars: 43
- Watchers: 3
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Find References In Project
Find asset references in Unity project.
## Install
Copy `FindReferencesInProject.cs` or just clone this repository to Unity `Editor` directory.
## Usage
Right click any asset in `Project` View and select `Find References In Project` in popup menu.
## Note
This tool will first build asset reference cache, and it will consume a lot of time. So first output is the time consumed.
You could click every output item in `Console` to select referenced asset.