Hi,
I want to loose focus from a button from it’s onClick() callback function. what is the code for this?
Thanks
any update guys?
Hi there,
I am not sure there is a solution if the pointer remains over the button (even if you try to use the EventSystem to change the currently selected gameobject). It will be reselected immediately as being hovered. Since Unity 4.6.1, hovering and focus is basically the same. You can however lose focus by exiting the button frame, if you set the Navigation to None on the button. It will become deselected as soon as you exit its frame.
Hi,
thank you for your reply. But what is button frame? how do I exit it?