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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
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.