Huy Minh Ha

Software development, Tech and other stuff

Mon 10 July 2017

Unity Asset Reference Finder and Missing Script Finder

Posted by Ha.Minh in Unity   

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