Search Unity

Hangs on Unity Logo

Discussion in 'Windows' started by Jonny-Roy, Nov 8, 2013.

  1. Jonny-Roy

    Jonny-Roy

    Joined:
    May 29, 2013
    Posts:
    666
    Hi,

    I get my Windows Phone app to run fine with no issues if I run from visual studio with the device attached... disconnect and run stand alone it never gets past the splash screen...anyone else come across this?

    Thanks,

    Jon
     
  2. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    Never saw it, but did you try checking UnityPlayer.log? It might tell you what's happening.
     
  3. Jonny-Roy

    Jonny-Roy

    Joined:
    May 29, 2013
    Posts:
    666
    Hi Tautvydas,

    It appeared to be caused by using Application.Quit outside of the back button, i.e. on a gui button or similar. However, I did check the log and there was an exception in there, so it may have been the exception...anyway, which ever it was it is now solved, I removed the Quit button, solved the exception and now it works fine, I now use the back button for exit...just weird that it was fine when connected to the debugger!

    Thanks for you reply,

    Jon