> 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="/files/6wlXpruSo4GnwgMbA48A" alt=""><figcaption></figcaption></figure>
