GitXplorerGitXplorer
n

FindReferencesInProject

public
42 stars
12 forks
0 issues

Commits

List of commits on branch master.
Unverified
2765e7abdb1e1b8f1ea3e78e8f82cdf934c4ffb1

Core: Add find tool script

nnetworm committed 8 years ago
Unverified
deb5aad3593745c8ce5a8f299e7293f72ea5e695

Misc: Add LICENSE

nnetworm committed 8 years ago
Unverified
f864dfc093eb2d9ace68864b35ffe0974c67b9e5

Misc: Add README

nnetworm committed 8 years ago

README

The README file for this repository.

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.