- Home /
Find which scripts public variables appear in?
Is there anyway to do a search to show which scripts are using certain public variables? For example, if I wanted to find all scripts that refer to the variable "sendSignals"?
Cheers
Comment
Best Answer
Answer by sparkzbarca · Nov 19, 2012 at 09:08 PM
open all scripts at once in monodevelop and use edit->find or control + f to search all scripts for the word sendSignals
mark as answered :)
Your answer
Follow this Question
Related Questions
Accessing variables from scripts issues 1 Answer
reference to script not working 1 Answer
Accessing variables from seperate scripts 1 Answer
Variables for scripts greyed out in Inspector! 1 Answer
Storing variables in a separate script 3 Answers