Got tired of manually searching “where is this asset used?” across scenes and prefabs, so I built this.
What it does:
Select any asset or scene object and instantly see what references it and what it uses
Shows reference counts right in the Project window next to each file
Works with both project assets and GameObjects in scenes
Auto-updates on asset changes - no manual rescanning needed
Useful for:
Cleaning up unused assets without breaking your project
Safe refactoring when you’re not sure what depends on what
Understanding dependencies before deleting anything
Free and open source (MIT License)
https://github.com/BroEngine/reference-radar
Installation:
Window > Package Manager > + > Add package from git URL > paste the GitHub link
Let me know if you run into any issues or have feature requests