UnityEngine.UnityWebRequestTextureModule A DownloadHandler subclass specialized for downloading images for use as Texture objects. Returns the downloaded Texture, or null. (Read Only) Default constructor. Constructor, allows TextureImporter.isReadable property to be set. Value to set for TextureImporter.isReadable. Returns the downloaded Texture, or null. A finished UnityWebRequest object with DownloadHandlerTexture attached. The same as DownloadHandlerTexture.texture Called by DownloadHandler.data. Returns a copy of the downloaded image data as raw bytes. A copy of the downloaded data. Helpers for downloading image files into Textures using UnityWebRequest. Create a UnityWebRequest intended to download an image via HTTP GET and create a Texture based on the retrieved data. The URI of the image to download. If true, the texture's raw data will not be accessible to script. This can conserve memory. Default: false. A UnityWebRequest properly configured to download an image and convert it to a Texture. Create a UnityWebRequest intended to download an image via HTTP GET and create a Texture based on the retrieved data. The URI of the image to download. If true, the texture's raw data will not be accessible to script. This can conserve memory. Default: false. A UnityWebRequest properly configured to download an image and convert it to a Texture.