đŸ“ēVideo Player Update

Synchronizes a Video Player with Timeflow

Apply this behavior to any Video Player to synchronize it with Timeflow. This starts and stops the video along with Timeflow playback and includes additional timing options.

Note that this component is not required to use Video Players in your scene, however it is required if you wish to sequence and synchronize them using Timeflow. When applied, Play On Awake is automatically disabled so that it can be controlled by this component.

Start At Time in Video

If you wish to queue the video to begin at a specific time (in the video), enter the time in seconds here. This value cannot be less than 0. Also note that when loop is enabled, the video also restarts at this time, skipping the beginning.

If you wish to start the video later or earlier in time relative to the scene time, see using Time Offset below.

Loop

This is the same as the Loop toggle in the Video Player settings. It simply determines whether the video plays on repeat or just once.

If loop is disabled, the video only starts rendering at its starting point in the timeline. The video ends and stops rendering altogether once it reaches the end of the video file, or the end of the object track section, whichever comes first.

If loop is enabled, the video plays indefinitely. If the object track is set to Auto Full Length then the video will always render, otherwise it will only render during active track sections.

Time Offset

As with any object in Timeflow, you can use Time Offset to shift the object forward or backward in time. This can be used to sequence Video Player objects and may be used in conjunction with tracks to control when a video starts and ends playback. Note that the video is only rendered during active track sections.

An example showing the use of Time Offset and tracks to sequence videos.

Last updated