Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UnityWebRequestTexture

Helpers for downloading image files into Textures using UnityWebRequest.
Read time 1 minuteLast updated 5 days ago

Definition

public static class UnityWebRequestTexture

Static Methods

Method

Description

GetTextureCreate a UnityWebRequest intended to download an image via HTTP GET and create a Texture based on the retrieved data.