Search Issue Tracker
Fixed in 2018.3.X
Votes
2
Found in
2018.1.0a3
Issue ID
966425
Regression
No
VideoPlayer with SkipOnDrop false does not show correct frames and time
Steps to reproduce:
1. Open attached project "VideoPlayerTimescaleTest.zip"
Inside there is a video that just shows frames and time passed
2. Make sure VideoController script is active and it sets VideoPlayer.skipOnDrop to false
3. Set PlaybackSpeed to a higher value like 3 or 6 to make sure the video endures some lag
4. Enter Play mode and observe Frames and time from VideoPlayer object not match the ones in the video.
Expected: VideoPlayer.frame and VideoPlayer.time should return the actual time of the video and not projected values
Actual: vp.frame and vp.time run their course regardless of what the video is showing, reach their end/loop point before the video is finished
Reproduced on: 2018.1.0a3, 2017.3.0b8, 2017.2.0p1, 2017.1.2p2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- 3D Sample Scene (HDRP) template tutorial Welcome Dialog pop-up doesn't appear on project creation
- [Profiler] The Addressable Asset Module module outputs an ArgumentException when asset GUIDs produce a hash collision with Addressables
- Huge amounts of tests have a start delay when pressing "Run All" in the Test Runner
- Blackboard: Double borders around the tooltip
- [WebGL]VideoPlayer Rendering stops when setting FilterMode of a texture downloaded with UnityWebRequestTexture.GetTexture()
Add comment