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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
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.