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
- SearchExpression strips quotes
- dSYM file is not created during macOS standalone build
- Project Settings panels disappear and do not repaint when entering Play Mode without reloading Domain
- Screen Space Decals ignore Rendering Layer Mask when using OpenGL Graphics API
- Crash on scripting_method_invoke when the Player is build before entering the Play mode in the Editor
Add comment