Hi there!
So I am attempting to use an inputfield UI element, and an event, to pass its changed value to a script. I get the event, but the parameter is not correct.
It seems there is a field in the event panel in the inspector that I can enter a hard coded value, which is obviously not useful. I would expect that OnValueChanged(string) or EndEdit(string) would include the value of the text field.
Am I missing something obvious?