Search Unity

Unity UI Feeding multiple images with multiple UnityWebRequest DownloadHandlerTexture

Discussion in 'UGUI & TextMesh Pro' started by jason_sone, Feb 15, 2019.

  1. jason_sone

    jason_sone

    Joined:
    Jul 7, 2017
    Posts:
    8
    I have multiple UI image holders that I want to texture with images from the web. I know how to do that using UnityWebRequest DownloadHandlerTexture using [this document](https://docs.unity3d.com/Manual/UnityWebRequest-CreatingDownloadHandlers.html) for a single image, but my brain is having a hard time figuring out how to do it for multiple images at once. Is this an array situation, or a list?