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
- “Label” name in Sprite Library Editor window lacks character limit causing long names go under the Object Field
- Preview image (screenshot) is not available after capturing snapshot in Memory Profiler
- Crash on UNITY_FT_Stream_ReadAt when changing TMPro properties after unloading an AssetBundle
- Particles spawn at the same position when using raw byte address buffer in VFX Graph
- Decal Shader Graph - Custom vertex interpolators are always 0
Add comment