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
- Emissive Mesh emissiveness does not change when the Area Light intensity is animated through script
- No error notification is displayed when creating a tag with an already existing name
- Scripting API Manual Page's layout is broken when using Unity 6 manual version or above
- [Android] [iOS] Popping/crackling sound occurs when the app is repeatedly brought to the background and foreground while the sound is playing
- UI Builder unloads UXML file and discards any unsaved changes when entering Play Mode with Domain and Scene Reload enabled
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.