Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
5.4.0b5
Issue ID
769109
Regression
No
Errors when building for Windows Store with Universal 10 SDK when splash screen is set
To reproduce:
1. Open attached project
2. Go to File -> Build Settings
3. Select Universal 10 SDK
4. Click Build and Run
Actual result: errors in the Console window
Exception: Failed to build Visual Studio project using arguments 'C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe "C:\Users\Student\Desktop\w10\New Unity Project 9.sln" /nologo /maxcpucount /p:Configuration=Master /p:Platform=x86 /p:SolutionDir="C:\\Users\\Student\\Desktop\\w10\\" /t:Build /clp:Verbosity=minimal'.
Output: UnityInstallationDir "C:\Program Files\Unity\Unity 5.4.0b5\Editor".
UnityWSAPlayerDir "C:\Program Files\Unity\Unity 5.4.0b5\Editor\Data\PlaybackEngines\MetroSupport".
UnityProjectDir "C:\Users\Student\Downloads\New Unity Project 9".
Copying unprocessed assemblies...
Running AssemblyConverter...
AssemblyConverter done.
New Unity Project 9 -> C:\Users\Student\Desktop\w10\New Unity Project 9\bin\x86\Master\New Unity Project 9.exe
Package.appxmanifest(20,27): error APPX0703: Manifest references file 'Assets\SplashScreen.png' which is not part of the payload. [C:\Users\Student\Desktop\w10\New Unity Project 9\New Unity Project 9.csproj]
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment