Search Issue Tracker
By Design
Votes
0
Found in
5.3.2f1
Issue ID
767829
Regression
No
[UWP] on D3D build type selecting UI input field console throws exceptions, touchscreen keyboard doesn't open
On UWP D3D project UI input field throws exceptions, touchscreen keyboard doesn't open.
Reproducible on 5.3
Repro steps:
1. open "uiInput.zip".
2. build to UWP platform D3D type.
3. launch on Windows Phone or Windows tablet and select UI input field.
Exception:
Unhandled 'Platform.WrongThreadException' exception caught! - 'The application called an interface that was marshalled for a different thread.
The application called an interface that was marshalled for a different thread.
', Sender: '<null>'. Missing try/catch blocks.
(Filename: C:\buildslave\unity\build\PlatformDependent/MetroPlayer/MetroDebug.cpp Line: 38)
Reproducible on 5.3.2.
On 5.4.0 beta versions exception is not showed in the console.
----
By design:
D3D build type doesn't support touchscreen keyboard, that's why input fields throw exceptions.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment