Search Issue Tracker
Fixed in 2017.1.X
Votes
1
Found in
5.6.0f1
Issue ID
893939
Regression
No
VideoPlayer.isPrepared always returns false after calling VideoPlayer.Prepare() when playOnAwake is false with some video files
To reproduce:
1.Download and open attached project.
2.Open "scene1" scene.
3.Open AverageColorFromTexture.cs script.
4.Edit lines 32 and 33 by setting videoPlayer.playOnAwake and audioSource.playOnAwake to false and save the script.
5.In the Hierarchy select "Plane" object and Drag "Games for Windows" video file to Video To Play slot in "Average Color From texture(Script)" component.
6.Enter Play mode.
7.Notice that Console keeps outputting "Preparing Video" message.
Expected result: Video is prepared and is played after a short delay.
Actual result: Video is not prepared and because of that it is not played.
Reproduced with: 5.6.0f1, 2017.0.1a5.
Notes: Does not reproduce on OSX. Does not reproduce with with other video files. With "big_buck_bunny 1" video file everything works as expected. Video is loaded and played.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Add comment