Search Issue Tracker
Fixed
Fixed in 2022.3.31f1, 6000.0.1f1
Votes
1
Found in
2022.3.25f1
2023.3.0b10
6000.0.0b15
Issue ID
UUM-60922
Regression
Yes
Video playback stops and cannot be resumed when returned from the background with VideoPlayer.isLooping set to true
How to reproduce:
1. Open the attached project
2. Build And Run the project
3. Minimize the app window during video playback (shortcut: Windows key + DownArrow key)
4. Restore the app window (shortcut: Windows key + UpArrow key)
5. Observe the behavior of the video
Expected results: Video continues to play normally
Actual results: Video is stopped and cannot be resumed
Reproducible with: 2022.3.18f1, 2023.2.7f1, 2023.3.0a14, 2023.3.0b4
Not reproducible with: 2021.3.34f1, 2023.3.0a13
Reproducible on: Windows 11 22H2
Not reproducible on: No other environment tested
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
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- GC.Alloc called by HDRenderPipeline.LensFlareMergeOcclusionDataDrivenPass() when playing the default HDRP Sample Template project
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
Resolution Note (fix version 6000.0.1f1):
Restoring app window via WindowsKey-UpArrow has different timing implications than restoring by clicking on the app icon in the task bar. This leads to a different ramp-up of the graphics pipeline before render times become stable again, which the VideoPlayer did not take into account. Not it does, which fixes the looping detection logic.