Unity Asset Reference Finder and Missing Script Finder
When using Unity, you often have to check which GameObject or Prefabs are using a certain image or other types of assets. There's a convenient tool for you to check which objects are using a certain asset: AssetReferenceFinder
Another tool called MissingScriptFinder helps you find missing scripts in scene due to refactoring
Comments