> For the complete documentation index, see [llms.txt](https://docs.overthereality.ai/over-sdk-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overthereality.ai/over-sdk-manual/sdk-window/presets/over_imagestreamer.md).

# OVER\_ImageStreamer

**Image Streamer** is a Unity script designed to streamline the process of downloading an image from a remote URL.&#x20;

Once the image is fetched, it is saved locally, and the script automatically applies it to a specified texture. This can be particularly useful for applications that need to dynamically load images from the web and display them in real-time, such as in gallery apps, user profile systems, or any project that requires external image integration.&#x20;

The script handles the image downloading, saving, and texture assignment seamlessly, providing an efficient solution for managing external image resources within your Unity project.

<figure><img src="https://123660717-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6xdubHTzJACGqFIM7yJy%2Fuploads%2FnH7XIf9KWTIHyEumO1gB%2Fimage.png?alt=media&amp;token=a1c5f2f9-fb56-4512-b8e0-0d92d517a6f9" alt=""><figcaption></figcaption></figure>
