Search Issue Tracker
By Design
Votes
1
Found in
2018.3.0a1
2018.3.0b9
2019.1.0a1
Issue ID
1099373
Regression
Yes
First frame of a h264 video isn't drawn after preparing it until switching windows or playing it
Repro steps:
1. Open user attached project
2. Enter Play Mode
3. Press buttons: "Download Video" -> Prepare Video"
Expected: The first frame is drawn
Actual: The first frame isn't drawn until you switch windows or press "Play"
Reproducible with: 2018.3.0b10, 2019.1.0a9
Not reproducible with: 2017.2.4p1, 2017.4.15f1, 2018.2.16f1
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
- Red spots appear when Blending Lighting Scenarios using Adaptive Probe Volumes
- [Windows] About Unity Window needs to be opened twice to adapt to resolution
- NullReferenceException and temporary graph corruption after entering playmode if output node connection was changed
- Sprite Renderer with Animation does not reflect Sprite changes in the Scene when switching Mask Interaction
- User is redirected to a non-existing online documentation link when clicking on "?" help button inside Inspector window while Animator Override Controller is selected
Resolution Note (2019.1.X):
The previous behavior was erroneous. There was no way of preparing a video without having it blit into a texture.
Now, the default play state is Stopped. To show the first frame, simply pause the video.