Search Issue Tracker
Postponed means that the issue was either a feature request or something that requires major refactoring on our side. Since that makes the issue not actionable in the close future we choose to close it as Postponed and add it on our internal roadmaps and technical debt pages instead.
Postponed
Votes
2
Found in
2017.3.0f3
Issue ID
987868
Regression
No
[UWP] Unable to validate ARM UWP build for windows store
How to reproduce:
1. Create a new project
2. In "Player Settings": Switch to "Universal Windows Platform" and hit the "build" button.
3. Open the just created project in visual studio 2017.5.3
4. In Visual Studio -> Solution Explorer: Open Package.appmanifest
5. In tab "Visual Assets" under "Assets Generator" select a file, set scales to "all scales" and hit the "Generate" button.
6. Right-click the project in "Solution Explorer" and select "Store" -> "Create App Packages".
7. After the app package has been created, start the validation
Actual result: UWP validation fails with error message:
Merge failure for shared merged PRI file : error 0x80070490: Cannot register the <xxx> package because there was a merge failure with the following file: C:/.../..._neutral_split_scale-400_...pri
Reproduced with: 2017.3.0p3, 2018.1.0b3
Comments (2)
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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
YawJatah
Jun 14, 2018 21:40
The work around this issue is not to have the ARM configuration built in Debug or Release (Master is fine).
This could be a problem for testers and dev team if they need debug information
DoitStudioss
Feb 13, 2018 12:50
I got the same Problem with Unity 2018.1.0b6 (64-bit)