# GetContent(UnityWebRequest)

> MovieTexture has been removed. Use VideoPlayer instead.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.Networking](/engine/6000.6/script-reference/unityengine/networking.md)
* **Assembly:** UnityEngine.UnityWebRequestAudioModule

> **Warning:**
>
> **Removed.** MovieTexture is deprecated. Use VideoPlayer instead.

```csharp
public static MovieTexture GetContent(UnityWebRequest uwr)
```

### Parameters

**** (\[UnityWebRequest]\(/engine/6000.6/script-reference/unityengine/networking/unitywebrequest)):&#x20;

### Returns

| Type                                                                        | Description |
| --------------------------------------------------------------------------- | ----------- |
| [MovieTexture](/engine/6000.6/script-reference/unityengine/movietexture.md) |             |

### Remarks

A convenience (helper) method for casting [DownloadHandler](/engine/6000.6/script-reference/unityengine/networking/downloadhandler.md) to [DownloadHandlerMovieTexture](/engine/6000.6/script-reference/unityengine/networking/downloadhandlermovietexture.md) and accessing its movieTexture property.
