Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.4
2019.2
2019.3
2019.3.0f1
2020.1
Issue ID
1205054
Regression
No
[UWP] [Surface Pro] Windows Hello Window appears behind Unity App
First set up Windows hello following these directions:
https://blogs.windows.com/devices/2015/12/17/how-to-set-up-windows-hello-on-your-surface-device/
Enable domain Users Sign-in using PIN: https://www.tenforums.com/tutorials/80520-enable-disable-domain-users-sign-pin-windows-10-a.html
How to reproduce:
1. Open "face id test.zip" project
2. Build to UWP using the Master build configuration
3. Open the build in Visual Studio and change the configuration to Master
4. Select Project > Store > Create App Packages
6. On the next window, choose "I want to create packages for sideloading".
7. On the next screen, have x64 checked with Master Solution Configuration and then create the App Package.
8. When Visual Studios finishes creating the package, browse to the Output location.
9. Copy the output files to the Surface Pro and run the face id test_1.0.0.0_x64_Master_Test\Add-AppDevPackage.ps1
10. Follow the prompts to install the app.
Expected result: The Windows Hello Window appears at the front of the Unity App
Actual result: The Windows Hello Window appears behind the Unity App
Reproducible in: 2018.4.16f1, 2019.2.20f1, 2019.3.0f5, 2020.1.0a21
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
- URP Player remains in Windows Background processes when the application is closed
- [Android] The built-in URP shaders Lit, Complex Lit and the Simple Lit are not rendered when built on Android devices with an Adreno 300 series GPUs
- "Radio Button" disappears when added under the "RadioButtonGroup" and the parent Visual Element is selected
- ScrollView Scrollbar is jittering when Movement Type "Elastic" is selected and a mouse with a freewheel is used
- [WebGL]"TypeError: Cannot read properties of undefined (reading 'length')" error is thrown when starting the Player when config.autoSyncPersistentDataPath is set to true
Resolution Note (2020.1.X):
Unity has no control over windowing order for UWP. We will submit this bug to Microsoft.