Version: 2018.1
public static MovieTexture GetContent (Networking.UnityWebRequest uwr);

Parameters

uwrA UnityWebRequest with attached DownloadHandlerMovieTexture.

Returns

MovieTexture A MovieTexture created out of downloaded bytes.

Description

A convenience (helper) method for casting DownloadHandler to DownloadHandlerMovieTexture and accessing its movieTexture property.