Publisher | OmniShade |
---|---|
File size | 756.20kB |
Number of files | 31 |
Latest version | 1.0.0 |
Latest release date | 2024-02-13 04:43:15 |
First release date | 2024-02-13 04:43:15 |
Supported Unity versions | 2018.4.2 or higher |
Discord Support | Forum | Email
Find References To Asset is a lite editor tool that performs a reverse search, finding all references to a specified asset. It's simple to use, supports finding multiple assets simultaneously, and super fast with near-instant results even on massive projects!
This tool may be your single most-often used tool once you have it, particularly for developers and artists. It's extraordinarily useful for debugging, tracking how assets are used, or if they're unused even.
Features
- Ultra-fast, near-instant results
- Auto-search selected asset on open
- Support for searching multiple assets simultaneously
- Option to exclude assets not in the build
- Click on search results to quickly ping the asset
- Search for previous results to recursively look up ancestor references
Note: This tool relies on ripgrep for its ultra speed (up to 10x faster than grep), a freely downloadable command-line tool available on Mac, Windows, and Linux. ripgrep is so fast, there is no need for indexing or caching files like alternative search solutions.
That's it, I hope you love it!
It's unbelievable that a tool as useful and convenient as this is not included in Unity. Once you have this, it is absolutely indispensable.
*Note that this reverse asset search is NOT replicable with any built-in Unity methods or search functionality, as this kind of search is very difficult to do efficiently without tools like ripgrep.