# UnityWebRequestTexture

> Helpers for downloading image files into Textures using UnityWebRequest.

## Definition

* **Type:** Class
* **Namespace:** [UnityEngine.Networking](/engine/6000.5/script-reference/unityengine/networking.md)
* **Assembly:** UnityEngine.UnityWebRequestTextureModule

```csharp
public static class UnityWebRequestTexture
```

## Static Methods

| Method                                                                                                    | Description                                                                                                                                                                                                                                                  |
| --------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [GetTexture](/engine/6000.5/script-reference/unityengine/networking/unitywebrequesttexture/gettexture.md) | Create a [UnityWebRequest](/engine/6000.5/script-reference/unityengine/networking/unitywebrequest.md) intended to download an image via HTTP GET and create a [Texture](/engine/6000.5/script-reference/unityengine/texture.md) based on the retrieved data. |
