Search Issue Tracker
Fixed in 2019.2.X
Fixed in 2019.1.X
Votes
0
Found in
Issue ID
1109738
Regression
Yes
[UWP] Player is not deployed correctly through "Build and Run" and causes BuildFailedException: Deployment failed.
When choose to Build And Run for UWP build, the final Player has trouble to launch correctly.
The window flickers in and out several times, then completely shuts down. And the Editor shows BuildFailedException.
However, it seems the UWP package is correctly built. The deploy is the only step failed.
Repro:
1. Use the Empty project attached or create a new one
2. Change build platform to UWP
3. Choose Build And Run, then pick a folder for it to build in.
4. Wait for a long time for it to finish building and observe the result.
[Optional]
5. Open the Start menu and observe the newly deployed UWP Player
6. Go to folder:[BuildFolder] -> AppPakcages -> [ProjectName] -> [Project]1.0.0.0[x64/x86]_[Debug/Release/Master]
7. Right click on the file: Add-AppDevPackage.ps1
8. Choose "Run with Powershell"
9. Confirm you want to install the package when asked
10. Once installation is finished, open Start menu and observe the Player deployed.
Expected: The UWP player can deploy and launch when the user chooses to Build and Run
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment