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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Add comment