Search Issue Tracker
Fixed in 0.0.10-preview
Votes
0
Found in [Package]
0.0.10-preview
Issue ID
1097242
Regression
No
[UWP][Keyboard] onInputText does not work.
The onInputText does not show the text input on UWP. It happens to both physical keyboard and on screen one.
Repro:
1. Download input test project: https://oc.unity3d.com/index.php/s/qRzUBoGKsVawY2d
2. Build and launch UWP player from attached project
3. Observe the onInputText section of the project.
Expected: The onInputText shows the correct result from keyboard input.
-
shaumik424
May 27, 2021 03:33
thanks for sharing grate content visit here for the shorturl.at/foHKW
-
raztiwaripersonal
Jan 18, 2021 06:57
This isProgrammingshark.com , world's no1 programming help company since 2014. They cover almost all wide range of programming subjects, here you go: C Programming Assignment Help , C++ Programming Assignment Help , Python Programming Assignment Help , R Programming Assignment Help , and Matlab Assignment Help. Visit now!
-
raztiwaripersonal
Jan 18, 2021 06:54
Here I am sharing a very useful resource for students looking for assignment help. Yes it is Proassignmenthelp providing all sort of assignment writing in various subjects like as : Assignment Help Australia,Marketing Assignment Help,Management Assignment Help, Programming Assignment Help, Machine learning Assignment Help,MATLAB Assignment Help, Python Assignment Help,etc.
-
assignmenthelpseo
Jan 15, 2021 12:39
We hire only Ph.D. and Master's level writers to help with assignment writing in accordance with your given specifications. 100% plagiarism free. We provide 24x7 online support. you can visit urgenthomework.com.
-
itshubham
Jan 11, 2021 09:44
Here I am sharing a very useful resource for students looking for assignment help. Yes it is Proassignmenthelp providing all sort of assignment writing in various subjects like as : Assignment Help Australia,C Programming Assignment Help, Python Assignment Help, civil Engineering Assignment Help,Mechanical Engineering Assignment Help, Electrical Engineering Assignment Help etc.
-
sattabaazar3
Jan 03, 2021 11:36
You are sharing a fantastic blog. It is straightforward to understand for anyone. Thank you so much for sharing the post. sattabaazar.in
-
maxwillor
Dec 19, 2020 11:02
This is a well written blog, along with amazing vocabulary skills. If you intend to increase your vocabulary skills even further, you can explore services offered by myassignmenthelpau.com offering Buy Assignment Online at a steal price. Visit the website and contact the experts now.
-
kevindenim
Oct 19, 2020 22:20
Need help with an excel project? Find a professional in minutes! Visit pureassignment.com
-
albert456
Oct 16, 2020 08:55
Good your article is very helpful for me and this latest update as well. You make it easy. For additional information about Zong Call Packages And keep your self update use (package point) is well known guide to help us.
Thanks -
jonhendo41
Oct 06, 2020 11:47
thanks, the tips is working, you can also check virtualedge.org for event management, event planner and event marketing
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
Resolution Note (fix version 0.0.10-preview):
The issue caused by UWP behavior in which the CharacterReceived Window event, which dispatches the UTF-32 character to NewInput, isn't fired if the AcceleratorKeyDown event is "handled". This bug also occurs in 2018.3 and isn't related to my IME feature work, and so I've opened a backport case for it.
I'm uncertain how I missed this bug because I though I verified characters were dispatched before.