Search Issue Tracker
Fixed
Fixed in 2020.3.42f1, 2021.3.14f1, 2022.1.23f1, 2022.2.0b15, 2023.1.0a16
Votes
3
Found in
2020.3.38f1
2021.3.8f1
2022.1.13f1
2022.2.0b5
2023.1.0a6
Issue ID
UUM-11808
Regression
No
[WebGL] Video Player updates to a previously sought frame when seeking a paused video
Reproduction steps:
1. Open the “IN13187_VideoSeek“ project
2. Open the “SampleScene” scene
3. Build And Run using WebGL
4. Click to play the video
5. Click to pause the video
6. Click “Seek Halfway”
Expected result: Video frame changes
Actual result: Video frame doesn’t change
Reproduced in: 2021.3.8f1, 2022.1.13f1, 2022.2.0b5, 2023.1.0a6
Could not test in: 2020.3.38f1 (python errors)
Reproduced on: macOS Monterey 12.0.1
Notes:
1. Not reproduced in Play mode
2. “Seek Beginning” seems to work fine
Also: appears to be specific to Chrome. Safari works fine.
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
- Crash on mecanim::SetValueWeight when switching the AnimationMixerPlayable connection with Animator's UpdateMode set to "Animate Physics"
- The "StringComparer.InvariantCultureIgnoreCase.GetHashCode()" returns different Hash Codes for the same word with the only difference being case sensitivity in WebGL
- 2D Light Textures show the lights of any 'blend style' index higher than theirs (if present) when they aren't visible by the Camera using Render Graph
- [SpeedTree] Wireframe mode not rendering correctly ST assets
- Light2D affecting only the Default Sorting Layer will also affect any Custom Lit Sprite not on that Layer when using Render Graph
Resolution Note (fix version 2023.1.0a16):
Clearing cached timestamp of previous texture update when seek completes to force texture update at the next occasion. Some browsers (Chrome) don't change the timestamp when seek settles, leading to missed updates.