# UnityWebRequestAssetBundle

> Helpers for downloading asset bundles using UnityWebRequest.

## Definition

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

```csharp
public static class UnityWebRequestAssetBundle
```

## Static Methods

| Method                                                                                                                | Description                                                                            |
| --------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
| [GetAssetBundle](/engine/6000.0/script-reference/unityengine/networking/unitywebrequestassetbundle/getassetbundle.md) | Creates a UnityWebRequest optimized for downloading a Unity Asset Bundle via HTTP GET. |
