Search Issue Tracker
Fixed in 5.3.6
Votes
2
Found in
5.3.0f1
Issue ID
744380
Regression
No
[iOS] OnApplicationPause(false) is never called when Handheld.PlayFullScreenMovie video is finished
To Reproduce:
1. Build and deploy the attached project to any iOS device.
2. Play a video files in any mode (use the buttons in the bottom)
3. Wait until the video is finished and observe that, that:
"___ Application is _PAUSED" is printed in the xcode console console
(iOnApplicationPause in GameCenter.cs _PAUSED is printed when OnApplicationPause is called with true ")
4. Move the app to background and reopen it, observe that:
"___ Application is RESUMED is printed" (it's printed when OnApplicationPause is called with false).
It would make sense to call OnApplicationPause(false) instead of OnApplicationPause(true) (or both of them in the correct order) in this case.
It's the same with the old Video Player implementation (5.2 and earlier).
Comments (1)
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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- Crash with “Fatal Error! The file ‘MemoryStream’ is corrupted!” when adding a large number in Font Character Rects Size field
Desoxi
Nov 16, 2016 14:33
We still are experiencing this issue on a Samsung GT-N8013 with Unity 5.4.1p4 and Android 6.0.1 using a .mp4 video.