Search Unity

Windows Store UWP build crashes if I switch to another app, then switch back

Discussion in 'Windows' started by Meltdown, May 18, 2017.

  1. Meltdown

    Meltdown

    Joined:
    Oct 13, 2010
    Posts:
    5,822
    I am in my game's main menu, so there is nothing major processing wise going on.

    If I click on a link in my game that opens a browser, then ALT-TAB back in, I am intermittently crashing.

    Is there some best practice to follow here when OnApplicationPause is called?

    I'm using Unity 5.6.1f1

    Thanks
     
  2. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    Do you have a callstack or a crash dump? Turn on mixed mode debugger in the project properties - that should give you way more info.