Running Windows Store app crashes with System.FormatException
I've built my Unity game for Windows universal app, but when it launches on device - it throws runtime error: Exception thrown: 'System.FormatException' in mscorlib.ni.dll
Here is a screenshot of the problem which is thrown from MainPage.xaml.cs -> GetSplashBackgroundColor
The manifest variable has value of: "#222C37"
Answer by flashmandv · Jun 28, 2016 at 02:41 PM
Workaround: Edit the AppxManifest.xml from the exported Unity Windows WUA project and from splash screen row, delete:
BackgroundColor="#222C37"
Your answer
Follow this Question
Related Questions
Porting Android -> WindowsPhone throws Ionic.Zip.dll Reference Rewiter Errors 0 Answers
Unity cannot find Windows Phone 8.1 SDK while building 4 Answers
trouble loading file with www on the hololens after writing during runtime 0 Answers
Not able to add windows store module 0 Answers
AdControl and Unity C# Projects 0 Answers