Hello,
For my game Dungeon Kingdom, i am using NGUI. However some users reporterd to me they can't enter any name for the game saves or characters edition. I made some tests, and indeed, it is not working, including on my own iMac. After some investigations, i noticed that on the machines that the problem happens, the event onChange of UIInput (including in unity editor) is never triggered when hitting keys. Note that the game has no problem in detecting the keys, as we move the camera using any keys without anyproblem. Only the Input field has some troubles.
I did test the NGUI sample (scene 1) of latest NGUI version, and got the same issue...can't enter any text in the input field !!! Note one of my tester had no problem, while most encountered it, and both on mac laptop and desktop.
Any idea ?
Regards
kanda