UnityNativeEditBox
UnityNativeEditBox copied to clipboard
Can't set focus on native control or trigger action after pressing Return
Not being able to set the focus on the native edit field (at least I couldn't find a way) is a real shame - you often expect to just start typing. It would be very useful to be able to trigger an action when clicking the Return button.
Apologies if I shouldn't have posted this here.
Otherwise it's a good addition.
Hi, Can't you use ActivateInputField? there is some callbacks like DidEnd