This Unity Editor tool helps you find all references to a selected asset in your project and scene without needing to search for references individually. It's particularly useful for Scriptable Object Architecture, making it easy to find references for each scriptable object in the Project and Game Hierarchy for the current game scene.
The package includes three main features:
- Asset Reference on Project Window
- Asset Reference on Hierarchy Window
- Quickly Goto for GameObjects or Assets that reference the selected Asset
Requirements:
- Unity 2018.3 or above
- Editor Coroutines Package
This tool is designed to be fast and efficient, with cached asset references in the Project Window and a multi-threaded operation to minimize loading time.
Cached Asset Reference on Project Window:
- References are cached in a multi-threaded operation to be as fast as possible.
Asset Reference on Hierarchy Window
Quickly Goto for the GameObjects or Assets that reference the selected Asset





