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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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.