Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
5.4.0b3
Issue ID
765574
Regression
Yes
[iOS] 'OnApplicationPause' is not called when PlayFullScreenMovie starts/finishes
To Reproduce:
1. Build the attached app and run.
2. Click any "PlayVideo.." button.
3. Exit from video or wait untill it finishes.
4. Observe that "___ Application is _PAUSED" is never printed
(move app to background/reopen it, observe that each are logged in Xcode)
OnApplicationPause should be sent when the player is paused.
The application itself is paused when video is playing (see Time.time printed in the top left corner, but the message is not sent.
Reproduced on iOS9 and iOS8
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment