source
The source that the VideoPlayer uses for playback.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Video
- Assembly: UnityEngine.VideoModule
public VideoSource source { get; set; }
Remarks
It is valid to set both a VideoClip and a URL in the VideoPlayer. This property controls which one will get used for playback. When setting a new clip or URL, the source will automatically change to make the associated type current.
Note: On WebGL, only VideoSource.Url is supported.