I think there must be something I fundamentally don't understand about what's going on under the hood with NGUI, but is there a way to manually activate a UIInput field? Rather than having it activate on click, I'd like to activate it when the user presses KeyCode.Return.
I've written code to show and hide the field, but no matter what I've tried, I can't seem to focus/activate the field so that the | character appears and the user can type. I've tried UICamera.selectedObject, but that doesn't seem to work.
Thoughts?