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
- Scrollbar is disabled in Adaptive Probe Volumes in Lighting window
- Disabled dropdowns in Lighting window are inconsistently expanded or collapsed
- “Frame Debugger On” text color not maintained across different Editor Themes in toolbar
- Rendering artefacts appear in the Game view window when maximizing/minimizing Inspector window and Frame Debugger is Enabled
- [MacOS] AdvancedDropdown in the Profiler is not scrollable even when not all options in the list are visible
Add comment