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
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
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)