yasirkula / UnityAssetUsageDetector

Find usages of the selected asset(s) and/or Object(s) in your Unity project, i.e. list the objects that refer to them
MIT License
1.73k stars 118 forks source link

Only search for scenes in assets folder #37

Closed petergiuntoli closed 12 months ago

petergiuntoli commented 12 months ago

Avoids searching for scenes in packages folder which might be readonly and throw an exception when trying to open them.

See https://github.com/yasirkula/UnityAssetUsageDetector/issues/36

petergiuntoli commented 12 months ago

whoops sorry! meant to merge this to my fork