The game already works with Windows Phone 8, Android and iOS.
When I start the game on my desktop PC on Windows 8 Pro everything works.
But When I deploy the game on my ASUS EP121 X86 tablet on Windows 8 Entreprise, just after the Unity logo, a black screen is displayed and nothing else appears.
This tablet have a Intel HD Graphic card.
I have no special logs on Visual Studio Debug outputs.
I just tried the same test with a Unity Empty project with an empty scene (or with a red cube).
It’s exactly the same problem! a black screen after the Unity Logo.
I’ve noticed this as well… and it happens after the mainpage.xaml is loaded and rendered just prior to the D3D surface is created on the swapchainpanel… a black screen is displayed just briefly.
This bug has been fixed in Unity, so wait for new release.
There is no such black screen if you use Unity PRO, only in Basic (which will be fixed in new release, as I said).
Aurimas, i have the same problem in Windows Phone 8… Do you know if this bug is also present in WinPhone? Do you know when would be the new release published? Is there a temporal workaround to avoid this bug?
As far as I know, this problem was specific to Win Store Apps, the black screen is shown for a few seconds there. For how long is the black screen showing for you?
I’m trying to migrate an actually working and published Android game with Unity free version (4.2.0f4) The black screen appears after the Unity splash logo and does not disappear, making impossible to continue…
I’ve changed some classes that didn’t work in WinPhone, but the app seems to run fine in the Unity IDE… (i’ve not try to deploy a simple project). Any ideas?
I’ve no idea of how to do that… (as far as i know the profiler is not available in Unity free and have no idea of how to check any logs in WinPhone) if you mean if Visual Studio throws me a kind of a log, trace or exception… the answer is no…
I’ve tried to deploy a simple Unity Project en the Phone and it worked perfectly… So, my project has something that causes this black screen.
I’ve debugged the project deployed into the phone, and the start and update events launches correctly (start once, update n times)… tried also to touch the screen where supposedly has to be a button… and what a surprise, the event worked fine… so, my app is working correctly but not showing in the screen… Any ideas?