UnityWebRequestTexture
Helpers for downloading image files into Textures using UnityWebRequest.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Class
- Namespace: UnityEngine.Networking
- Assembly: UnityEngine.UnityWebRequestTextureModule
public static class UnityWebRequestTexture
Static Methods
Method | Description |
|---|---|
| GetTexture | Create a UnityWebRequest intended to download an image via HTTP GET and create a Texture based on the retrieved data. |