Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Naethyn on November 17, 2013, 10:53:19 PM

Title: UIInput - Lower case y does not input when building for Windows Store Apps
Post by: Naethyn on November 17, 2013, 10:53:19 PM
I am using the test scene with NGUI and when I enter a lower case y into any UIInput it does not do anything.  All other characters work except y.  I have tried using a new font atlas as well as creating my own scene.  It only happens when building for Windows Store Apps in Unity.  All other platforms seem to work.

Any help is appreciated.

Thanks.
Title: Re: UIInput - Lower case y does not input when building for Windows Store Apps
Post by: ArenMook on November 18, 2013, 01:25:05 AM
Sounds like something you should report to Unity as a bug. NGUI doesn't treat 'y' any differently.

Character processing is done in the UIInput.ProcessEvent function (at the end).