Find asset references in Unity project.
Copy FindReferencesInProject.cs
or just clone this repository to Unity Editor
directory.
Right click any asset in Project
View and select Find References In Project
in popup menu.
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.