Search Issue Tracker
By Design
Votes
0
Found in
2018.3.0a1
2018.3.0f1
2019.1.0a1
2019.2.0a1
Issue ID
1120441
Regression
No
VideoPlayer.time gets stuck and cannot be changed when increasing it multiple times a second
How to reproduce:
1. Open attached project "Piano.zip"
2. Enter Play mode
3. In Game View, press "STOP!" panel/button
4. In Game View, press "+1" panel/button 10 times fast (the press amount does not need to be 10)
5. Observe Console window
Expected result: every time the "+1" button is pressed videoPlayer.time changes
Actual result: after a few "+1" button presses videoPlayer.time cannot be assigned
Reproducible with: 2018.3.5f1, 2019.2.0a4
Could not test with: 2017.4 due to VideoPlayer.lenght being not present
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
When changing VideoPlayer.time, this triggers an asychronous seek. You must wait for this seek to finish before you can again read and set the time value with deterministic behaviour. You can use the seekCompleted event to detect this.