Is it possible to pass on an InputField’s value via the ‘On Value Change’ seen here?
public void ChangeBoardWidth(string value) {
//Certain actions are performed
}
Or do I really need to write separated code for it? (and, if yes, then what’s even the point of this taking up space in the inspector?)