- Home /
Question by
MorphVGX · Oct 30, 2017 at 05:35 PM ·
uiinputfieldfocus
InputField instance isFocused always return false.
I've used all of these , alone and together and it does not help.
EventSystem.current.SetSelectedGameObject (_input.gameObject, null); EventSystem.current.SetSelectedGameObject (_input.gameObject); _input.OnPointerClick(new PointerEventData(EventSystem.current)); _input.ActivateInputField(); _input.Select ();
Comment