I am learning how to script and use EZ Gui... So i want to call a method from a GUI button. I have a script set up on an object that calls a bunch of itweens. But there are a bunch of variables at the beginning that i set up in the Inspector.. If i just call the Method instead of the whole script it does not work.
Maybe i am doing all this wrong i have no idea. Do i have to hardcode the names of everything in my script or can i still use variables and set it up in Inspector?
So i figured out how to access the object through script using GameObject.Find so now i can hard code the variables and use iTweenEvent.GetEvent.Play to play my iTweens but it would be better to be able to use the Inspector to set them up and edit them if at all possible... i am sure there is a way to access Inspector variables from a Method...
– qholmes