Search Issue Tracker
Fixed in 2017.1.0f3
Votes
0
Found in
5.6.0f3
Issue ID
899680
Regression
Yes
VideoPlayer Prepare call gets stuck without completing
Steps to reproduce:
1. Open "test" scene in attached project
2. Press Play
3. Observe console, it only shows "Prepare started"
4. Open Test.cs
5. At the bottom of the Awake method, comment out the Prepare call and leave only the Play call
6. Prepare gets automatically processed before Play activates and console shows "Prepare finished"
Expected outcome: When calling Prepare() separately, videoPlayer preparation is initiated and finished.
Actual outcome: When calling Prepare() separately, videoPlayer does not initiate preparation, the call gets stuck in some sort of "Limbo" until something wakes it up.
Reproduced on 5.6.0f3, 5.6.0b8
Regression introduced in 5.6.0b5
Works fine on 5.6.0b3, 5.6.0b4
Note: Strangely, when in Play mode and the Prepare method has been called, but not resolved, it can be woken up by either selecting some window active other than the Unity editor or pressing the Frame skip button a couple of times (The one next to the pause on the editor :D )
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Non-standard error icon is used in Shader Graph
- GameObject drops to the last position in the Hierarchy when a RectTransform Component is added
- 'NullReferenceException' error is thrown when the Tutorials window is closed and the "Welcome Dialog" is pressed
- Mouse Postion can become max value or infinity when using touch input with Legacy Input Module
- Crash on RaiseException when creating a multiplayer room while toggling UI
Add comment