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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- Crash with “Fatal Error! The file ‘MemoryStream’ is corrupted!” when adding a large number in Font Character Rects Size field
Add comment