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

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

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.