I’m checking out the new unity 4.6.0b17. It’s very similar to NGUI to use.
I’m using input fields and can’t figure out how to focus on a targeted input field if I click on some label anywhere on the screen which is meant to focus the targeted input field on click. I can’t seem to find any such method in the method drop down list for input fields (I’m using the event trigger component).
I passed null to the BaseEventData parameter on SetSelectedGameObject, and I called the OnPointerClick by sending a new PointerEventData of the current event system.