- Home /
Question by
zhangyizhongyth · May 23, 2018 at 04:04 AM ·
inputwindowsinputfieldplatformuniversal
InputField cannot enter Chinese after publishing the game to UWP.
I have tried different Unity versions(5.6.3p4,2017.4.1f1,2017.3.1p1,2018.1.1f1) to build the UWP application ,and I used different input method to enter Chinese in my application even the Microsoft Pinyin IME,but it did not work .I could only enter letters in all InputFields when I changed any input methods.There are no input method candidate and I directly enter letters when I input.But it works properly in Unity Editor.
Comment
As I using foriegn language outside US. Windows don't come with custom charset for all language. We have to get 3rd party app to give Windows have access to specific Char in Unicode.
$$anonymous$$aybe UWP just not use all Unicode chars since Chinese have over 200,000+ chars.