Search Issue Tracker
Fixed in 5.2.0
Votes
0
Found in
5.1.0p1
Issue ID
704902
Regression
Yes
OnApplicationPause doesn’t get called when switching from Editor to another application
In Unity 4, OnApplicationPause gets called with the argument pauseStatus=true when switching from Editor to another application.
On the other hand, in Unity 5, OnApplicationPause doesn’t get called when switching from Editor. It gets called only when switching back to Editor, with the argument pauseStatus=false.
Comments (7)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
waken
Aug 29, 2016 03:00
Unity 5.4.0f3 OSX still exists
Andrey-Postelzhuk
Mar 24, 2016 09:08
Found a solution for me. It was 'run in background' checkbox enabled. http://answers.unity3d.com/questions/9899/how-do-you-keep-your-game-running-even-when-you-sw.html
Andrey-Postelzhuk
Mar 24, 2016 08:56
Unity 5.3.4 OSX still here
ZDestructor
Aug 04, 2015 00:03
5.1.2, still here..
BenouKat
Jul 15, 2015 16:06
Still here on 5.1.1p3
Chris-HG
Jun 30, 2015 18:33
I take that back. Behavior is only observed as the original issue states. I did not realize that player settings control the editor as well.
Chris-HG
Jun 30, 2015 18:25
I am noticing this on OSX 5.1.1f1 as well. I don't even get a call when returning to Editor. Same effect if I press the pause button in editor, nothing.