how make to make ios keyboard's return key submit input in unity?
问题 I have a Unity UI's input field and a text box. When I use Input.GetKeyDown ( KeyCode.Return ), it only works on the OS X and PC build and not on the iOS build. iOS keyboard's Return key does nothing. I have tried the events, too, but it doesn't work even then. Somebody please tell me the solution to this problem if there is any? 回答1: While I can't think of a way to harness the return key directly on iOS, there is a way to do so with the "Submit" key using the TouchScreenKeyboard class in