# 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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.overthereality.ai/over-sdk-manual/sdk-window/presets/over_imagestreamer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
