Is there a way to get the variables in an editor script from a regular script?
For example:
public class ExampleEditor : Editor
{
float a = 5;
}
and then in another script I get the value of a.
Thanks!
↧