Search Issue Tracker
By Design
Votes
0
Found in
5.6.2f1
Issue ID
923573
Regression
No
VideoPlayer created from script ignores videoPlayer.PlayOnAwake value and plays on Prepare()
Reproduction steps:
1. Open the attached project "VideoPlayerProblem.zip";
2. Open the problem.unity scene;
3. Press "Play" button;
4. Observe the game view;
Expected results: the video from Streaming assets should not be displayed on RenderTarget Mesh;
Actual results: the video starts playing after entering a play mode;
Reproduced on: 5.6.2f1, 5.6.0b1, 2017.1.0f1, 2017.2.0a4.
Note: videoPlayer.audioOutputMode is set to None, which works as expected. PlayOnAwake is set to false, but the video is still played after method Prepare().
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment