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
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
Add comment