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
- Builds fail with "System.IO.IOException: The file is too long" when building a specific project
- Meta Quest System Keyboard does not render text in its input field when typing
- UI Source Image property gets set to 'None' when using a specific Sprite and Play mode is entered
- Rendering locks up when not looking at a transparent material on Meta Quest 2
- Volumetrics break when using a Custom Pass to create a Thickness Buffer for Alpha Clipping
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.