Search Issue Tracker
Fixed in 2019.1.X
Votes
0
Found in
2019.1.0a10
2019.1.0a11
2019.2.0a1
Issue ID
1108599
Regression
Yes
[UWP] Enter key is not working for InputField in a UWP build
How to reproduce:
1. Open the attached "unity-inputfield.zip" project
2. In the Build Settings, switch the Target Platform to UWP
3. Build the project
4. Open the solution .sln file in Visual Studio
5. Run the build on the Local Machine (Debug | x64)
6. Once the project is launched, enter "abc" to both input fields (Unity and TextMesh Pro)
7. Press the Enter key and enter "abc" again (into both input fields)
Expected result: Pressing Enter key works (new line is added).
Actual result: Pressing Enter key has no effect (the second "abc" is in the same line as the first one).
Reproducible with - 2019.1.0a10, 2019.1.0a14, 2019.2.0a1
Not reproducible with - 2018.3.3f1, 2019.1.0a9
Fixed in 2019.2.0a7
Backported to 2019.1.0b7
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
- Reflection Probe “Probe Scene Editing Mode:” text is barely visible
- [HDRP] Game view doesn’t refresh after changing Camera Background Type until mouse moves over it
- Some Shaders appear twice in Material Shader selection menu
- Editor freezes with a StackOverflowException when certain asset types are assigned to a managed component in a SubScene via AddComponentObject
- Scale Snapping with Gizmos does not work in the Scene view when Snapping and Absolute Grid Snapping are toggled off
Resolution Note (fix version 2019.1):
NOTE: For using TextMeshPro with UWP, you must use package version 1.4.0 or later in order for text input to work properly. At the time of this fix, the package is still in preview.