GetMovieTexture
MovieTexture has been removed. Use VideoPlayer instead.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Networking
- Assembly: UnityEngine.UnityWebRequestAudioModule
GetMovieTexture(string)
MovieTexture has been removed. Use VideoPlayer instead.
public static UnityWebRequest GetMovieTexture(string uri)
Parameters
Returns
Type | Description |
|---|---|
| UnityWebRequest |
Remarks
Create a UnityWebRequest intended to download a movie clip via HTTP GET and create an MovieTexture based on the retrieved data.
GetMovieTexture(Uri)
MovieTexture has been removed. Use VideoPlayer instead.
public static UnityWebRequest GetMovieTexture(Uri uri)
Parameters
Returns
Type | Description |
|---|---|
| UnityWebRequest |
Remarks
Create a UnityWebRequest intended to download a movie clip via HTTP GET and create an MovieTexture based on the retrieved data.