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
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
- Previously deleted “DefaultLookDevProfile“ is present when upgrading the Editor version
- [Ubuntu] UI text and buttons are missing spaces in Unity Version Control > New Workspace window
- "Inherit attribute is not supported" warning is shown but attributes are available in VFX Graph Output and Update blocks
Add comment