This version of Unity is unsupported.

VideoPlayer.clip

public Video.VideoClip clip;

Description

The clip being played by the VideoPlayer.

The VideoPlayer may reference both a clip and a URL at the same time. The last one that was set takes precedence.

Note: Not supported on WebGL. Only VideoPlayer.url is supported on this platform.