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

add option to search in certain folder #3

Closed douduck08 closed 6 years ago

douduck08 commented 6 years ago

I have a project with a large amount of files, so I add the function to speed up the searching work.

yasirkula commented 6 years ago

Thank you for the PR. Instead of searching in the scenes in a specific directory, I may add an option to search in an array of scenes that the user can specify, which should be more useful.

douduck08 commented 6 years ago

Good idea.