Version: 2017.1

VideoPlayer.waitForFirstFrame

Switch to Manual
public bool waitForFirstFrame ;

Description

Determines whether the VideoPlayer will wait for the first frame to be loaded into the texture before starting playback when VideoPlayer.playOnAwake is on.

In this mode, drawing into the target will only start once the VideoPlayer preparation is done and the first frame is available in texture memory. Otherwise, the playback will start immediately even if frames are not ready, leading to the first few frames being possibly skipped.

Note

Depending on how long the preparation takes and the underlying platform capabilities, catching up with current time after preparation completes may result in many consecutive skips.