find text in all scripts
Hi all,
Just trying to figure this out, is there a way to do a find through all scripts in your project? For example I was trying to find all of my editor scripts so I double tap shift and enter "CustomEditor", but nothing shows up in the results. Is there a way to do something like that?
Thanks,
Pete
Please sign in to leave a comment.
Hi Pete,
There are a few ways to find all Custom Editors in your Unity project:
The shortcuts used in the description are from the ReSharper keymap, if you are using a different keymap, please look up the corresponding shortcuts.
Thanks Kirill :) That's perfect!