ok,
When you say make it public, do you mean the functions (Methods) I'm wanting to call when I submit from a UIInput?
I have been trying to add my gameObject that holds the methods to the 'Notify' slot under UIInput in the inspector, then choosing available 'public' methods. I can only choose methods that have no parameters!
Besides all that, I can't see how existing UiInputs before I upgraded still know what method to call, I see no reference to them (methods) at all in the inspector, yet they still work, where would I change them, now I can't see them? And if it is done under the 'On Submit' & 'Notify' tabs, why can't I select methods with parameters, for example:
public void VarSetDegs(string varD) {
}
I would be able to add:
public void VarSetDegs() {
}
thanks for any help, sorry for the hassle..