Search Issue Tracker
Fixed
Fixed in 2022.3.26f1, 2023.2.20f1, 6000.0.0b14
Votes
1
Found in
2022.3.21f1
2023.2.13f1
6000.0.0b11
Issue ID
UUM-66728
Regression
Yes
The Video Player does not play the video after seeking back to frame 0 when Loop and Skip On Drop are enabled and the video has looped once
Reproduction steps:
1. Open the attached "ReproProj" project
2. Open "Assets/Scenes/SampleScene" scene
3. Enter the Play mode
4. Wait for the video to loop once
5. Press the middle button to rewind the video and then the bottom button to play the video again
6. Observe the results
Expected results: The video does not play
Actual results: The video plays
Reproducible with: 2022.3.16f1, 2022.3.21f1, 2023.2.5f1, 2023.2.13f1, 2023.3.0a14, 6000.0.0b11
Not reproducible with: 2021.3.36f1, 2022.3.15f1, 2023.2.4f1, 2023.3.0a13
Reproducible on: Windows 11 Pro, MacOS 12.7.3 (user's)
Not reproducible on: No other environments tested
Notes:
- Reproducible in Editor and Standalone Player
- Does not reproduce if Loop or Skip On Drop is disabled in the Video Player
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
- [HDRP] Water displacement fades when camera move far in worldspace.
- [Android] Crash due to running out of memory when compiling shaders for an Android build
- Crash on WindowsVideoMedia::GetVideoFrameAtIndex when importing a specific MP4 file
- Search results number in Saved Searches Panel is not properly visible when Search query is selected in light Editor mode
- OS Window is switched and errors logged when trying to access Overrides of the same Prefab in the Overrides Panel
Resolution Note (fix version 6000.0.0b14):
The VideoPlayer manages an internal presentation time offset which compensates for monotonic increase of current time when looping. But when seeking, this offset needs to be reset because accumulated time increases due to looping is also reset. Not having this reset caused the VideoPlayer to wait indefinitely for frames with timestamps too far in the future.